body {
	background-color:#ffe9e0;
	background-image:url('carriage.png');
	background-repeat:no-repeat;
	background-position:0px bottom;
	background-attachment:fixed;
	}

body, td {
	font-size:90%;
	line-height:1.5; 
	font-family:Georgia,verdana,serif;
	}

h3, a { color: #c0272d; }

a, b, h3 { font-family: verdana; }

a:hover {text-decoration:none;}

p	{
	padding-left:30px;
	text-align:justify;
	}
.titlebar {
	background-color:#c0272d;
	text-align:center;
	padding:15px;
	}
.copyimg {
	margin-left:45px;
	margin-bottom:30px;
	border:solid #000 1px;
	}
button{
   color:#000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:70%;
   background-color:#fff;border: solid 1px #c0272d;
}