@charset "utf-8";
/* CSS Document */

body{
	margin-top:0px;
	margin-left:0px;
	color:#FFFFFF;
	background-color:#350000;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
	{
	color: #FFDD00;
	text-decoration: underline;
	}

.content{
	padding:4px;
	vertical-align:top;
}

.menu{
 white-space:nowrap;
 background:url(../images/spacer.gif) no-repeat;
 padding-left:4px; 
 padding-right:10px;
 font-weight:bold;
}

.mainmenu{
 white-space:nowrap;
 background:url(../images/spacer.gif) no-repeat;
 padding-right:10px;
 font-weight:bold;
}

.head1{
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
}
