body
{
background-color: #000000;
}

a
{ 
	color : #FFFF00;
}

a:visited 
{ 
	color : #00FF00;
}

a:active 
{ 
	color : #ff0000;
}

p.menu
{
	font-family: Arial, Times, serif;
	text-align: center;
	font-size: 17pt;
	font-weight: bold; 
}


