form {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
td {
	font-size: 10pt;
}
/* Don't change the order of these, active,link,visited,hover*/
a:active {

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

}

a:visited {
	color:#0022FF;
	text-decoration: none;

}
a:hover {
	color:#FF0000;
}