body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            #ffffff;
  background-color: #666666;
  } 
  
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:           #ffffff;
  background-color: #666666;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            #ffffff;
  background-color: #cc0000;
  }
  