﻿#content {
	width: 75%;
	float: left;
}
#sidebar {
	width: 24%;
	float: right;
}
h1 {
	color: #008000;
}
h2 {
	color: #008000;
}
a {
	color: #008000;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #808000;
}
a:active {
	color: #00FF00;
}
a:hover {
	color: #00FF00;
}
body {color: White}
#footer {
	clear: both;
}
