a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 80%;
	height: 20px;
	width: 100%;
	cursor: hand;


}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 80%;
	font-weight: bolder;
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;
	filter: Shadow(Color=#333333, Direction=135);
	cursor: hand;
	height: 20px;
	width: 100%;



}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 80%;
	font-weight: bolder;
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;
	height: 20px;
	width: 100%;
	cursor: hand;
}