BODY, TD {
	background: #333366;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: justify;
	scrollbar-arrow-color: Navy;
	scrollbar-darkshadow-color: #00008B;
	scrollbar-base-color: Blue;
	}

H2 {
	font-size: 12%;
	color: #ADD8E6;
}

H3 {
	font-size: 12pt;
	color: Red;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: underline;
	color: White;
}

A:Hover {
	text-decoration: none;
	color: #DC143C;
}

HR {
	color: blue;
	height: 1pt;
}

