.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A {     
	font-family: ARIAL;
	font-size: 12px;
        Color : #000000; font-weight: bold;
	text-decoration : underline;
}
A:hover { 
        font-family: ARIAL;
	font-size: 12px;
	Color : #FF0000; font-weight: bold;
	text-decoration : none;

}.bodwh {
	font-family: "ARIAL";
	font-size: 15px;
	color: #FF5FD0;
}


	
/* ID Styles */

#navigation td {
	border-bottom: 1px solid #ffffff;
	}
	
#navigation a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height:12px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:4px 4px 5px 20px;
        background-color:#000000;
	}
	
#navigation a:hover {
	background: #808080;
	color:#ffffff;
	}
	
