.menu:link, .menu:visited, .menu:active  {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #CC99FF;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

.menu:hover  {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

.submenu:link, .submenu:visited, .submenu:active {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

.submenu:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


h2 {
	font-size: 14px;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
.btext {
	font-size: 14px;
	color: #000000;

}

a:link, a:visited, a:active {
   color: #000099;
   background-color: transparent; 
   text-decoration: none;
}

a:hover {
	color: #000099;
	background-color: transparent;
	text-decoration: underline;
}

