BODY, TD {
	background: white;
	color : black;
	font-family : serif;
	font-size: 14px;
	text-align: justify;
}

H2 {
	font-size: 14pt;
	color: #CC99FF;
}

H3 {
	font-size: 13pt;
	color: #CC99FF;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : CC99FF;
	}

A {
	text-decoration: none;
	color: CC99FF;
}

A:Hover {
	text-decoration: underline;
	color: #CC99FF;
}

HR {
	color: CC99FF;
	height: 1pt;
}
