	
body{

background-color:#000000;

}

#main

{
	text-align:left;
	width: 750px;
	background-color:#ffffff;
	height: 570px;
	border-top:20px solid #ffe700;
	border-bottom:20px solid #ffe700;
}

#main ul

{
	text-align:left;
	list-style-type:square;
	font-weight:bold;
	margin-left:0px;
}

#main ul li

{
	border-bottom: 1px solid #b7b7b7;
	padding: 5px;
	list-style-type: square;
}


#main .testi
{
font-family:Arial, tahoma;
font-size:11px;
margin:20px;
margin-top:5px;
text-align:center;



}
	
A:link { color:#003366;
font-weight :bold;
text-decoration: none; }
 
A:visited { color:#003366;
font-weight :bold;
 text-decoration: none; }
 
A:active { color:#003366;
font-weight :bold;
 text-decoration: none; }
 
A:hover { color:#003366;
font-weight :bold;
 text-decoration:underline; }

