a:link {
	font-family: arial;
	font-size: 11px;
	color: yellow;
	text-decoration: none;
}
a:visited {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: yellow;
}
a:hover {
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	color: white;
}
a:active {
	font-family: arial;
	font-size: 11px;
	color: yellow;
	text-decoration: none;
}
