A:link {text-decoration: none; color: #00CCFF;}
A:visited {text-decoration: none; color: #00CCFF;}
A:active {text-decoration: none; color: #00CCFF;}
A:hover {text-decoration: underline; color: #FF99FF;}

BODY {
	font-family: "Verdana";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	
}

.menu {
	font-family: "Verdana";
	font-size: 14px;
	text-transform: none;
	color: #000000;
	font-weight: bold;
	text-align: center;

}
.menu a:link { text-decoration: none; color:#000000 }
.menu a:visited { text-decoration: none; color:#000000 }
.menu a:hover{ text-decoration: underline; color:#FFFFFF } 

.text {
	font-family: "Verdana";
	font-size: 10px;
	text-transform: none;
	color: #000000;
	text-align: left;

}
.text a:link { text-decoration: none; color:#00CCFF }
.text a:visited { text-decoration: none; color:#00CCFF }
.text a:hover{ text-decoration: underline; color:#FF99FF }
.text h1{ font-size: 14px; }

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.heading h1{ font-size: 18px; }

