
body, p, div, span, tr, td, ul, li {
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
}

a:link {
  font-weight:		bold;
  text-decoration:	none;
  color:		#FF3300;
}
a:active {
  font-weight:		bold;
  text-decoration:	none;
  color:		#FF3300;
}
a:visited {
  font-weight:		bold;
  text-decoration:	none;
  color:		#FF3300;
}
a:hover {
  font-weight:		bold;
  text-decoration:	underline;
  color:		#FF3300;
}