body {
	color: Black;
	font-size: 10pt;
	background: White;
	font-weight: normal;
}
td {
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
}
p {
	font-family: Verdana;
	font-size: 10pt;
	color: Black;
	font-weight: normal;
}
h1 {
	font-family: Verdana;
	font-size: 16pt;
	color: Black;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
h2 {
	font-family: Verdana;
	font-size: 14pt;
	color: Black;
	font-weight: normal;
}
a:link {
	font-family: Verdana;
	color: Red;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Verdana;
	color: Red;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Tahoma;
	color: Red;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	font-family: Verdana;
	color: Green;
	text-decoration: none;
	font-weight: bold;
}