body {
background-image: url(bg2.jpg);
background-position: 50%;
background-repeat: repeat;
}

table {
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	font-size: 10pt;
	font-family: Arial;
}

.tdborder {
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	font-size: 10pt;
	font-family: Arial;
}

.column {
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	padding: 10pt;
	font-size: 10pt;
	font-family: Arial;
}

A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black}
A:active {text-decoration: none;}
A:hover {text-decoration: none; color: gray;}