SPAN {
	color : Red;
	font : bold;
	font-size : 10pt;
}

A:LINK {
	color : Teal;
}

A:VISITED {
	color : #8080C0;
}

A:hover {
	color : Red;
	font-weight : bold;
}

H1 {
	color : Black;
	font-size : 12pt;
	font-weight : bold;
}

H2 {
	color : Black;
	font : italic;
	font-size : 10pt;
	font-weight : bold;
}

H3 {
	color : Black;
	font : bold;
	font-size : 10pt;
	text-decoration : underline;
}

body, TD {
	color : Black;
	font-family : "Times New Roman", Arial, sans-serif;
	font-size : 10pt;
}

.special {
	color : Red;
	font : bold;
}

