A:hover   {
	color: red;
	text-decoration: underline;
	background-color: #FFFF99;
}
A:visited {
	color: #009999;
	text-decoration: underline;
}
a:active {
	text-decoration: line-through;
}
