﻿body {
	margin: 0px 0;
	background-color: #EBEBEB;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 80%;
}
#container {
	background-color: #000000;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#nav {
	width: 750px;
	padding-top: 1%;
	padding-bottom: 1ex;
}
.floatright {
	float: right;
	color: #808000;
	text-decoration: none;
}
.Back {
	float: right;
	margin-right: 15px;
	color: #808000;
}

.floatleft {
	float: left;
	color: #808000;
	width: auto
	margin-bottom: 0px;
}
