body 
{
	background-color: #0248BC;
	background-image: url('images/bg.jpg');
	background-attachment: fixed;
	font-size: 12pt;
	color: #000000;
	font-family: Lucida Sans Unicode, Arial;
}
strike{ color: red}
#main
{
	padding: 0px 10px;
	width: 690px;
	height: auto;
	position: absolute;
	left: auto;
	border-style: double;
	
}
	
ul.links{margin: 0 auto; text-align:center; width: 805px;}	
	
li.links
{
	text-align: center;
	float:left;
	background-color: #FBD7A1;
	padding:0.2em 0.6em;
	border-right:1px solid white;
	display: inline;
	width: 110px;
	font-size: 15px;
}	

ul hr{ width: 320px;  position: relative; left: -35px;}

ul.text{text-indent: 20px;}

a.links 
{
	width: auto;
	height: 60px;
	text-decoration:none;
	color: blue;
	text-align: center;
}	
a:hover {background-color:#AA99C5; font-color:#FFFFFF;}

#text
{
	font-family: Lucida Sans Unicode, Arial;
}	 

.footer{
  margin-top: 50px;
} 
 		
