.nav A:Visited {
	
   color: green;
   text-decoration : none; 
	}

.nav A:Hover {
	color : blue;
	text-decoration : underline;
}

.nav  A{
    
	color:green;
	font-family : century gothic;
    font-size:12px;
	text-decoration : none;
}




/*  Scrollbar properties are only supported by Internet Explorer 5.5  */

table { font-size:12px; }

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	scrollbar-3d-light-color : green;
	scrollbar-arrow-color : white;
	scrollbar-base-color : green;
	scrollbar-dark-shadow-color : white;
	scrollbar-face-color : green;
	scrollbar-highlight-color : white;

}