a:link {
	color: blue;
	text-decoration: none;

}
a:active {
	text-decoration: none;
}

a:visited {
	color: #000099;
	text-decoration: none;

}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

