A {
	color: #444444;
	text-decoration: none;
	font-family : Verdana;
	font-size : 10px;
	font-weight:bold;
}
A:link {
	color: #444444;
	text-decoration: none;
	font-weight:bold;
}
A:visited {
	color: #444444;
	text-decoration: none;
	font-weight:bold;
}
A:focus {
	color:  #aaaaaa;
	text-decoration: none;
	font-weight:bold;
}
A:hover {
	color: #aaaaaa;
	text-decoration: none;
	font-weight:bold;
}
A:active {
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}

