BODY {
	color : Black;
	background-color : #D2F9FF;
	font-family : "Times New Roman", sans-serif;
	font-size : 12pt;
	text-align : justify;
}

A {
	color : Blue;
        background-color : #D2F9FF;
	font-weight : bold;
	text-decoration : underline;
}

A:HOVER  {
	color : Red;
        background-color : #D2F9FF;
	font-weight : bold;
	text-decoration : underline;
}

A:VISITED {
	color : #000099;
        background-color : #D2F9FF;
	font-weight : bold;
	text-decoration : underline;
}

H1 {
	font-size : 25pt; color : Blue;
        background-color : #D2F9FF;
}

H2 {
	font-size : 18pt; color : Blue;
        background-color : #D2F9FF;
}

H3 {
	font-size : 15pt; color : Blue;
        background-color : #D2F9FF;
}

H4{
	font-size : 10pt; color : Blue;
        background-color : #D2F9FF;
}