a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
td {
	font-size: 12px;
	text-decoration: none;
	left: 1px;
	bottom: 1px;
	clip:  rect(auto auto 1px 1px);
}
body {
	background-color: #0099CC;
}
A:link {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size: 12px;
}
a:active        { color: red;}
a:hover         {
	color: red;
	position: relative;
	top: 1px;
	left: 1px;
}
