a, a:link {
	width: 100%;
	text-decoration: none;
	color: #0033CC;
	height: 100%;




}
a:hover {
	background-color: #FFCC33;
	width: 100%;
	height: 100%;
	color: #000000;



}

