body,td {
  font-family: Verdana, Tahoma, Arial;
  color: black;
  font-size: smaller;
}
body {
  background-color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
input, option, textarea, select, checkbox {
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	color: black;
	font-weight: none;
	border: 1px solid lightgray;
	background-color: white;
}
a:link,a:visited,a:active{
  color: black;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
