#x {
	font-family : sans-serif;
	font-size : 12px;
	font-weight : 500;
	color : Black;
}
BODY {
	background-color : #8CADC3;
	font-family : sans-serif;
	font-size : 12px;
	color: Black;
	background-image : url(../backgrounds/menuback2.gif);
}





a{
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	line-height : 150%;
	font-weight:bold;
	background-color : inherit;
}

 a:hover{
	font-weight:bold;
	color : Maroon;
		background-color : #8CADC3;
	line-height : 150%;
	background-image : url(pointer.gif);
}
 a:active{
	font-style : italic;
	line-height : 150%;
	font-weight : 600;
	background-image : none;
	background-color : #BDDEEF;
}




