BODY {
	color : Navy;
	font-family : Verdana, sans-serif;
	font-size: 9px;
	text-align: justify;
}
H1 {
	font-size: 18pt;
	color: Navy;
}

H2 {
	font-size: 16pt;
	color: Teal;
}

H3 {
	font-size: 14pt;
	color: #0000CD;
}


A {
	text-decoration: none;
	color: Navy;
	font-size : 10px;
	font-weight : normal;
}

A:Hover {
	text-decoration: none;
	color: Red;
	font-weight : normal;
	font-size : 10px;
}

HR {
	color: blue;
	height: 1pt;
}