body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.header {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	width: 760px;
	padding: 5px;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
