BODY, TD {
	background: #000000;
	color: Red;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
}

H2 {
	font-size: 16pt;
	font-weight: bold;
	color: Red;
}

H3 {
	font-size: 14pt;
	font-weight: bold;
	color: #0000ff;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	cc
	color : white;
	}

A {
	text-decoration: none;
	color: red;
}

A:Hover {
	text-decoration: underline;
	font-weight: bold;
	color: Red;
	border-style: groove;
	border-color: Aqua;
}

HR {
	color: Red;
	height: 2pt;
}
