body, table, p {
margin: 0px;
}
.free {
	width: 32px;
}
.freel {
	text-align: left;
	width: 32px;
	cursor: pointer;
}
.freer {
	text-align: right;
	width: 32px;
	cursor: pointer;
}
A:link { color: black; }     /* unvisited link */
A:active { color: black; }   /* active links */
A:visited { color: #666666; }   /* visited links */
