body, li, td, h1, p, a  
      { font-family: Verdana;
	font-style: normal;
	color: black;
	font-size: 10pt;}

.font1 {font-size: 8pt;}
.font3 {font-size: 12pt;}

A.menulink { background-color: white;
	display: block;
	width: 98px; 
	text-align: center;
	text-decoration: none;
	font-family: verdana; 
	font-size:10px;
	color: black;
	border: solid 1px silver; }

A.menulink:hover { border: solid 1px #6100C1; 	background-color: cyan; }

A.thispage { background-color: gold; 
	display: block;
	width: 98px; 
	text-align: center;
	text-decoration: none;
	font-family: verdana; 
	font-size:10px;
	color: black;
	border: solid 1px red ; }
	
.yo:hover { background-color: cyan; }

.no { text-decoration: none; }

.no:hover { background-color: cyan; }