A:LINK {
	color : #339933;
}

A:VISITED {
	color : Teal;
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
}

BODY, TD {
	background: #003366;
	color : silver;
	font-family : Arial, sans-serif;
	font-size: 10pt;
}

H1 {
	font-size: 15pt;
	color: Silver;
}

H2 {
	font-size: 13pt;
	color: Teal;
}

H3 {
	font-size: 11pt;
	color: #2382C2;
}

H4 {
	font-size: 10pt;
	font-weight: bold;
	font-family : Arial, sans-serif;
	color : Silver;
}

A {
	text-decoration: none;
	color: aqua;
}

HR {
	color: Teal;
	height: 1pt;
}
