body {
	color: black;
	font-size: 120%;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
}

th {
	background: #D3D3D3;
	color: black;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

td {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

td.hline {
	background-color: #FF0000;
}

td.comment {
	background-color: #D9D9D9;
}

td.copyright {
	font-size: 0.6em;
}

.counter {
	font-size: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF0000;
}

.navigation {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #FF0000;
}

a.navigation {
	text-decoration: none;
	color: #FF0000;
}
a.navigation:link {
	text-decoration: none;
	color: #FF0000;
}
a.navigation:visited {
	text-decoration: none;
	color: #FF0000;
}
a.navigation:hover {
	text-decoration: underline;
	color: #FF0000;
}

.tableline {
	background-color: #000000;
}

td.rowcolor {
	background-color: #D9D9D9;
	background-image: url(images/bg.jpg);
}

td.headline {
	background-image: url(images/header.jpg);
	background-repeat:no-repeat
}