/* CSS Document */

.semiTransBgDk {
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	background-color:#333333;
	padding: 5px;
}

.homeLink { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px; 
	color: #00FFFF;
	font-weight: bold
}

a.homeLink {
	font-size: 22px;
	color: #00FFFF;
	font-weight: bold;
}

a.homeLink:hover {
	color: #FFFFFF;
}
