body, input, textarea, table {
	font-family: Verdana,Helvetica,Sans-serif;
	font-size:8pt;
	margin:0px;
	color:white;
}

input, textarea {
	border: 1px solid black;
	color: black;
	background-color: white;
}

hr {
	border: 0px none; 
	border-bottom: 1px dotted white; 
	height: 1px;
}

a {
	color:white;
}

a:visited, a:active, a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}