<style TYPE="text/css">

a:active {

	text-decoration: underline;
	color: #FFCC00;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
}

A:visited {
	text-decoration: underline;
	color: #CC0000;
}
A:hover {
	text-decoration: none;
	color: #FF6600;
}

.boo {  font-family: Tahoma, Verdana, Arial; font-size: 11px}
.text {  font-family: Tahoma, Verdana, Arial; font-size: 11px}
.tiny {  font-family: Tahoma, Verdana, Arial; font-size: 10px}
.heading {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bolder;
}

</style>
