/* CSS Document */

body 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, Palatino Linotype, courier, courier new;
	font-size: 12px;
	text-align: center;
	background-color:#000000;
	text-align:right;
	border-width:2px;
	border-style:solid;
	margin-bottom:15px;
	padding-bottom:5px;

}

.menufont3
{
	font-size: 11px;
	color: white;
	font-family: "courier new";
	text-align: center;
}

.menufont1
{
	font-size: 14px;
	color: grey;
	font-family: "Palatino Linotype";
	font-weight: bold;
	text-align: right;
}

.menufont2
{
	font-size: 11px;
	color: white;
	font-family: "courier new";
	text-align:right;
}

a, a:link, a:visited, a:active { 

text-decoration : none; 
color : gray;
} 

a:hover { 

text-decoration : none; 

color : orange; 

} 


