
body {
	cursor: crosshair
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #1F1F1F;
} 

a {
	color: #A1A1A1;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #1F1F1F;
	text-decoration: underline;
}

