body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
}
.header {
	color: #FFFFFF;
	background-color: #006633;
	width: 750px;
}
.content {
	background-color: #CCCC99;
	padding: 5px;
	margin: 0px;
}

.navigation {
	background-image: url(/pictures/spinefadeback.jpeg);
	color: #000000;
}
.navigation a {
	text-decoration: none;
	color: #000000;
}
.navigation a:visited {
	color: #666666;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}
.footer {
	color: #FFFFFF;
	background-color: #006633;
}
.footer .left {
	width: 300px;
	font-size: 10px;
}
.footer .center {
	font-size: 18px;
	width: 150px;
}
.footer .right {
	font-size: 14px;
	width: 300px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 36px;
	color: #006633;
}
h2 {
	font-size: 24px;
	color: #006633;
}

.size36 {
	font-size: 36px;
}
.size24 {
	font-size: 24px;
}
.size18 {
	font-size: 18px;
}
.size14 {
	font-size: 14px;
}
.size12 {
	font-size: 12px;
}
.size10 {
	font-size: 10px;
}
