a:active { color: #FFFFFF; text-decoration: underline; }
a:link { color: #FFFFFF; text-decoration: underline; }
a:visited { color: #FFFFFF; text-decoration: underline; }
a:hover { color: #CC0000; text-decoration: underline; }

body { background-color: #FFFFFF; color: #000000; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }

.defaulttext {
     font-size: 11px;
     font-family: Tahoma, sans-serif;
     color: #000000;
}

.defaulttextb {
     font-size: 14px;
     font-family: Tahoma, sans-serif;
     color: #000000;
	font-weight: bold;

}

.bigtext {
     font-family: Tahoma, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.maroontext {
     font-family: Tahoma, sans-serif;
	color: maroon;
	font-size: 12px;
}

.blacktext {
	font-family: Arial,Helvetica,sans-serif;
	color: black;
	font-size: 12px;
}

.verybigtext {
	font-family: Arial,Helvetica,sans-serif;
	color: black;
	font-size: 20px;
	font-weight: bold;
}