BODY, TD {
	background: #2752A1;
	color : silver;
	font-family : "Arial", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	background-attachment : fixed;
	background-image : url(graphics/bg_blue.html);
}

H1 {
	font-size: 16pt;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 12pt;
	font-style: bold;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A:visited {text-decoration: none;}
A:hover {text-decoration: none;}
A:link {text-decoration: none;}
A:active {text-decoration: none;}

A {
	color: white;
}

A:Hover {
	color: yellow;
}

HR {
	height: 1pt;
}

