.speciallink { font-family: verdana, arial, helvetica, sans-serif; font-size: 
12px; line-height: 15px; font-weight: bold; color: #990000; ; padding-left: 0px 
; text-decoration: none } 
.speciallink A:link { color: #990000; text-decoration: 
none; font-size: 12px; line-height: 20px; font-weight: bold; }
.speciallink A:visited 
{ color: #AB4405; text-decoration: none; font-size: 12px; line-height: 20px; font-weight: 
bold; } 
.speciallink A:hover { color: #AB4405; text-decoration: underline; font-size: 
12px; line-height: 20px; font-weight: bold; } 

a {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
