a:link {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none;
	cursor: hand;
}
a:visited {

        font-family: Arial, Helvetica, sans-serif, Verdana;
        font-size: 11px;
        font-weight: bold;
        color: #ffffff;
        line-height: 16px;
        text-decoration: none;
        cursor: hand;
}
a:hover {
	color: #ffffff;
text-decoration:underline;
background-color:#770000;
}