TD {
	background: white;
	color : Black;
	font-family : "Times New Roman";
	text-align: justify;
	font : xx-small;
}

H2 {
    font-size: 12pt;
    color: Teal;
}

H3 {
    font-size: 14pt;
    color: Purple;

}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : #003333;
	}

H5 {
    font-size: xx-small;
    font-variant: normal;
    font-weight: normal;
    color : Yellow;
    background : Navy;
}
H6 {
    font-size: xx-small;
    font-variant: normal;
    font-weight: normal;
    color : Green;
}
A {
    text-decoration: none;
    color: #336633;
}

A:Hover {
    text-decoration: underline;
    color: White;
    background : green;
}

HR {
	color: blue;
	height: 1pt;
}
blockquote {
	font-family: "Times New Roman";
	font-size: 10px;
	font-variant: normal;
	text-transform: none;
	color: #000066;
	font-style: normal;
	font-weight: bolder;
	text-align: center
}
BODY {
	background: white;
	color : Green;
	text-align: justify;
	font : normal 10px "Times New Roman";
} 
