BODY, TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	color : Black;
}
h1 {
	font-family : Comic Sans MS;
	font-size : 14pt;
	font-style : bold;
	color : Black;
}
h2 {
	font-family : Comic Sans MS;
	font-size : 12pt;
	font-style : bold;
	color : Black;
}
h3 {
	font-family : Comic Sans MS;
	font-size : 10pt;
	font-style : bold;
	color : Black;
}
A {
	text-decoration: none;
	color: blue;
}
A:Hover {
	text-decoration: underline;
	color: red;
}
A:Link {
	color: Red;
}
A:Visited {
	color: blue;
}
A:Active {
	color: green;
}