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;
}

table.errorMsg {
	font-size:10px;
	border-style:solid;
	border-width:2px;
	border-color:#FF0000;
	background-color:#FF9797;
}
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            blue;
  } 
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            blue;
  } 
  a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            #blue;
  } 