/* a links */
a:link, a:visited {
	color:#84AD35;
font-size:12px;
line-height:18px;
text-decoration:none;
font-family: Tahoma,Arial,sans-serif;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #5070FF;text-decoration:underline;
	font-family: Tahoma,Arial,sans-serif;
}

