A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-variant : normal;
	font-weight: normal;
	color : White;	
	text-decoration:none ;
	font-size : 12px;
}

A:ACTIVE{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-variant : normal;
	font-weight: normal;
	color : White;	
	text-decoration:none;
}

A:FOCUS {
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
	font-variant : normal;
	font-weight: normal;
	color : White;	
}

a:visited{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none ;
	font-size : 12px;
	font-variant : normal;
	font-weight: normal;
	color : White;	
}

BODY {
	background : black;
	font-family: Arial, Helvetica, sans-serif;
	text-justify : newspaper;
	font-weight : normal;
	font-size:12px;
	color: white;
	
}

A:HOVER{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-variant : normal;
	font-weight: normal;
	color : #789999;	
	text-decoration : none;
}

