@charset "UTF-8";
/* CSS Document */

#ee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	text-align: center;
	height: 50px;
}
#ee a:link, #ee a:visited {
	text-decoration: none;
	color: #006600;
}
#ee a:hover, #ee a:active {
	text-decoration: underline;
	color: #CCCCCC;
}

