a:link {
	font-family: Tahoma;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: none;

}
a:hover {
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;

}
a:active {
	font-family: Tahoma;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #FF0000;

}

