a:link {
	color: #000000;
	font-style: bold;
	font-family: verdana;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration:none;
}

a:visited {
	color: #000000;
	font-style: bold;
	font-family: verdana;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration:none;
	}
	
a:active {
	color: gray;
	font-style: bold;
	font-family: verdana;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration:none;
	}

a:hover {
	color: gray;
	font-style: bold;
	font-family: verdana;
	font-size; 10pt;
	text-transform: uppercase;
	text-decoration:none;
}