H1 {
	font : Times New Roman;
        font-size : 20pt;
}
H2 {
	font : Times New Roman;
        font-size : 16pt;
}
H3 {
	font-family: Times New Roman;
        font-size: 14pt; 
}

H4 {
	font-family: Times New Roman;
        font-size: 12pt; 
}
H5 {
	font-family: Times New Roman;
        font-size: 10pt;
	color : Black;
	background-color: Blue;
}

BODY {
        background: #FFFFCC;
        color: #0000EE;
        font-family: Times New Roman;
        font-size: 11pt;
}

A:link {text-decoration: none; color: 0000EE; font-size: 11pt;}
A:visited {text-decoration: none; color: 0000EE; font-size: 11pt;}
A:active {text-decoration: none; color: 0000EE; font-size: 11pt;}
A:hover {text-decoration: none; color: 0000EE; font-size: 11pt;}

td  {
        font-family: Times New Roman;
        font-size: 11pt;
        background: #FFFFCC;
        color: #0000EE;
        valign="top";
}
