body {
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #f8f8ff;
	background-color : #000000;
}

* {
	outline-color : #333;
}

a:link {
	text-decoration : none;
	color : #f8f8ff;
}
a:visited {
	text-decoration : none;
	color : #f8f8ff;
}
a:active {
	text-decoration : none;
	color : #f8f8ff;
}
a:hover {
	text-decoration : none;
	color : #ffff66;
}

table.one {
	table-layout : fixed;
	width : 80%;
}

table.two {
	table-layout : fixed;
	width : 100%;
	height : 300px;
}

table.three {
	table-layout : fixed;
	border : groove;
	width : 95%;
	color : #330066;
	background-image : url('treadplate.jpg');
}

table.three a:link {
	text-decoration : none;
	color : #006600;
}
table.three a:visited {
	text-decoration : none;
	color : #006600;
}
table.three a:active {
	text-decoration : none;
	color : #006600;
}
table.three a:hover {
	text-decoration : none;
	color : #990000;
}

table.four {
	table-layout : fixed;
	width : 85%;
}

.a {
	padding-top : 1em;
	padding-bottom : 2em;
	padding-left : 5em;
	padding-right : 5em;
}

.b {
	padding-top : 1em;
	padding-bottom : 2em;
	padding-left : 3.5em;
	padding-right : 3.5em;
}

.c {
	padding-left : 2em;
}

.d {
	padding-top : 1em;
	padding-bottom : 3em;
	padding-left : 3em;
	padding-right : 3em;
}

#c {
	background : #000;
	padding : 16px 0px 16px 0px;
	display : none;
}