a:link {
	text-decoration: none;
	color: #000033;
	text-height: font-size;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #006;
}
a:hover {
	text-decoration: none;
	color: #00CC99;
	background : Navy;
}
a:active {
	text-decoration: none;
	color: #000033;
	font-size: 12px;
}

