A {
	color: black;
	text-decoration: none;
	font-family : Verdana;
	font-size : 10px;
}
A:link {
	color: black;
	text-decoration: none;
}
A:visited {
	color: black;
}
A:focus {
	background-color:  black;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A:active {
	color: black;
	text-decoration: none;
}
.a2:link, focus, hover, active {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.a2:visited {
	color: #663399;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

