a:link {
	color: #336600;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
}

a:hover {
	text-decoration: underline;
	color: #009900;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

a:active {
	color: #006600;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

