A:hover {
        font-family: "Courier New", Courier, mono;
        font-size: 10pt;
        font-weight: bold;
        color: #00CC00;
        text-decoration: none
}
A {
        font-family: "Courier New", Courier, mono;
        font-size: 10pt;
        font-weight: bold;
        color: #BB0000;
        text-decoration: none
}
.header {
        font-family: "Courier New", Courier, mono;
        font-size: 16pt;
        font-weight: bolder;
        color: #660000;
        text-decoration: none
}
.sub-header {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: #000000;
        text-decoration: none
}
.normal {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: normal;
        color: #000000;
        text-decoration: none
}
.normalbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

