  body { 
        font-family: sans-serif, Arial;
 	font-size: 10pt;
        color : #FFFF00;
  }
  A:LINK { 
        font-family: sans-serif, Arial;
 	font-size: 10pt;
        text-decoration : none;
	color : #FFFF00;
  }
  A:VISITED { 
        font-family: sans-serif, Arial;
 	font-size: 10pt;
        text-decoration : none;
	color : #FFFF00;
  }
  A:ACTIVE { 
        font-family: sans-serif, Arial;
 	font-size: 10pt;
	color: #FFFFFF; 
	text-decoration: none;
  }
  A:HOVER { 
        font-family: sans-serif, Arial;
	border: medium groove;
  	font-size: 9pt;
        font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
  }
