
BODY {
	color : Black;
	background-color : #e6ead8;
	font-family : Tahoma, sans-serif;
	font-size : 10pt;
	text-align : justify;
}
td {
	font-size : 10pt;
}

h1 {
	font-size : 20pt;
}
H2 { font-size : 16	pt;
   color : Black;
   border-bottom: thin solid #003399;
   font-weight : bold;
} 
H3 { font-size : 14	pt;
   color : Black;
   border-bottom: thin solid #ff9933;
   font-weight : bold;
}
H4 { font-size : 11	pt;
   color : Black;
    font-weight : bold;
}

small {
	font-size : 10px;
	color : #A8A8A8;
}

A {
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	color : #FF9933;
	text-decoration : none;
}
