body {
	background-image: url(background.jpg);
	background-repeat: repeat;
}
td { font-family: Arial, Helvetica, sans-serif;  font-size: 9pt;  color: White;   }
a{ text-decoration: none;  font-weight: bold;  }
a:link {
	text-decoration: none; color: White;
	font-weight: bold;
}
a:active {
	text-decoration: underline; color: #666666;
}
a:visited {
	text-decoration: underline; color: #666666;
}
a:hover {
	text-decoration: underline; color: Silver;
	font-weight: bold;
}