body {
  font-family: Verdana, Times New Roman, Times, serif;
  color: 575757;
  font-size: 10px;
}

td {
  font-family: Verdana, Times New Roman, Times, serif;
  color: 575757;
  font-size: 10px;
}

a:link {
	color: #575757;
	text-decoration: none;
}

a:visited {
  color: #575757;
  text-decoration: none;
}

a:hover {
    color: #9C0C3C;
	text-decoration: underline;
}

a:active {
	color: #575757;
	text-decoration: none;
}
 
input { font-family: Verdana; font-size: 9px; color: #9C0C3C }
textarea { font-family: Verdana; font-size: 9px; color: #9C0C3C }
select { font-family: Verdana; font-size: 9px; color: #9C0C3C }

