body {
	background-color: #F5F2E2;
}
td {
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(gfx/dots.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Gray;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Gray;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: Black;
}