body {
	background-color: #000000;
	margin: auto;
	font-size: 12px;
	color: #FFFFFF;
}
#table {
	width: 800px;
	margin: auto;
}
#head {
	background-image : url(../images/head.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 800px;
	text-align: right;
	padding-top: 80px;
}
#cont {
	background-color: #FFFFFF;
	text-align: center;
	margin: auto;
	color: #333333;
}
#foot {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
