body {
	color: 00FF00;
	background-color: black;
}
.left {
	width: 20%;
	float: left;
	text-align: left;
}
.middle {
	width: 60%;
	float: left;
}
.right {
	width: 20%;
	float: right;
	text-align: right;
}
.outer {
	width: 100%;
}
.top {
	width: 100%;
}
td {
	width: 33%;
}
table {
	width: 100%;
}
#right {
	text-align: right;
}
#left {
	text-align: left;
}
.bottom {
	width: 100%;
}
a:link {
	color: #FFFF33;
}
a:visited {
	color: green;
}
a:active {
	color: green;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFF33;
}