body {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

td {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

.monospace {
	font-family: Courier, monospace;
	font-size: 10px;
}

input {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

a:visited{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}

a:active{
	font-family: verdana;
	font-size: 10px;
	color: #fffff;
	text-decoration: underline;
	font-weight:normal;
}

a:link{
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}

a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
  text-decoration: underline;
}

