a:visited {
	background-color: #999999;
	text-decoration: line-through;



}
a:active {
	background-color: #66CCCC;
	color: #999999;
	text-decoration: overline;


}
