.abc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFD2;
	color: #006600;
	text-decoration: none;
; font-style: normal; font-weight: bold
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

