 A:link, A:active
	{
	text-decoration	:	none;
	color		: 	#000080; 
	background	:	transparent;
	font : bold;
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color		:	#000080; 
  	background	:	transparent;
	font : bold; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		: 	#4169E1;
	background	:	ransparent;
	background-color : 	transparent;
	font : bold;
	}
 BODY {
	color: Black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	background : url(./images/whiteMarble.jpg);
	background-repeat : repeat;
	background-color : #E7E7E7;
}

.navtext {
   width:200px;
   font-size:8pt;
   font-family:verdana;
   border-width:2px;
   border-style:outset;
   border-color:#006BAE;
   layer-background-color:#FFFFFF;
   background-color:#FFFFFF;
   color:black;
   }