BODY {
    align:	left;
    color:	black;
    font-family: Arial, Helvetica, sans-serif;
    font-size:      12pt;
}
.small {
    align:	left;
    font-size:      10pt;
    color:	black;
}
.normal {
    align:	left;
    font-size:      12pt;
    color:	black;
}
.menu {
    color:	white;
    align:	left;
    font-size: 12pt;
    font-weight: bold;
}
.footer {
    font-size: 8pt;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline
}
A:LINK {
    color: white; 
}

A:VISITED {
    color: yellow;
}
H1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: maroon;
    font-weight: bold;
}
}
H2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: maroon;
    font-weight: bold;
}