.bot { 			font-family: Verdana; 
			font-size: 16px; 
			color: #999999; 
			padding: 10; 
}

.credit { 		font-family: Tahoma; 
			font-size: 11px; 
			padding: 5;
}

.menulinks { 		text-decoration: none; 
			font-family: Tahoma; 
			font-size: 16px; 
			font-weight: bold; 
			color: #b5bbdb; 
}

.menulinks:hover { 	font-family: Tahoma; 
			font-size: 16px; 
			color: #b5bbdb; 
}

.transparent { 		background: #8ec3fe;
			filter: alpha (opacity=50);
			-moz-opacity:.50;
			opacity:.50;
			color: black;
}

.transparent-alt {	background: #dbecff;
			filter: alpha (opacity=50);
			-moz-opacity:.50;
			opacity:.50;
			color: black;
}

a { 			color: #555;
			text-decoration: none; 
}

a:hover { 		color: orange;
			text-decoration: none; 
}

td { 			font-family: Arial;
			font-size: 13px;
			color: #576fb5;
} 


