a
{
   color:blue;
   font-weight:900;
   font-family:sans-serif;

}

a.high /*for highlighted link*/
{
   float:left;
   width:10em;
   text-decoration:none;
   color:white;
   background-color:red;
   padding:0.2em 0.6em;
}

a.high:hover {background-color:green}

a.link /*for the link file*/
{
   float:center;
   width:100%;
   text-decoration:none;
   color:red;
   background-color:yellow;
   padding:.02em 0.6em;
}

a.link:hover {background-color:green}

body
{
	 text-align:center; 
	 font-size:100%
}
p
{	
	color:black;
	font-family:sans-serif;
}

table
{
   color:black;
   font-family:sans-serif;
   font-size:95%	
}

caption
{
   color:black;
   font-weight:900;
   font-family:sans-serif;
   font-size:120%;
}
a.taxlink
{
   text-decoration:none;
   color:red;
   background-color:yellow;
   padding:.02em 0.6em;
}
a.taxlink:hover {background-color:green}
