@charset "utf-8";
/* CSS Document */
Body {
	background:url(images/background.jpg);
	color:#FFFFFF;
	font-size:15px;
	font-weight:bolder;
	font-family: "Times New Roman", Times, serif;
	
	}
#mainbody {
	border:groove;
	width: 766px;
	padding: 0px;
	height: 750px;
	background-color:#FFFFFF;
	}
li	{
	font-size:12px;
	}
a:link {
	text-decoration:none;
	color:#FFFF00;
	}
a:visited {
	text-decoration:none;
	color:#FFFF00;
	}
a:hover {
	color:#00FF00;
	text-decoration:underline;
	}
.trailerstyle {
	position: absolute;
	visibility: visible;
	top: -50px;
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana;
      	font-weight: bold;
	color: #000000;
}
