body,td,th {
	font-family: Courier New, Courier, monospace;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #000000;
	background-image:url(../images/bigbkg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
        color: #FFFFFF;
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #FFFFFF;
}
a:hover {
        text-decoration: underline;
        color: #FFFFFF;
}
a:active {
        text-decoration: none;
        color: #FFFFFF;
}
.contents {
	text-align:center;
	width:700px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
