html
{
background:url(./images/backgroundmain.jpg);
background-repeat:no-repeat;
background-position: 50% 0px;
background-color: #FEF9E5;
}

a:link, a:active, a:visited {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #914500;
	text-decoration: underline;
	font-size: 15px;
	font-weight: normal;
}
a:hover {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #914500;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}


.details :link, a:active, a:visited {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #B5622E;
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
}

.details a:hover {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #B5622E;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}


TD {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 17px;
	color: #392B28;
	font-weight: bold;
	line-height: 20px;


}


.footer{
	font-size: 12px;	
}

