﻿body {
	background-color: #8DC73F;
}
#wrapper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	padding-top: 0px;
	margin-top: 0px;
}
#Header {
	width: 900px;
	position: relative;
}
#navigation_menu {
	width: 900px;
	position: relative;
}
#content {
	position: relative;
	padding: 10px;
	width: 880px;
}
#footer {
	position: relative;
	width: 900px;
	padding-top: 10px;
}
p {
	font-family: "Comic Sans MS";
	font-size: small;
	color: #127DC3;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: large;
	font-weight: bold;
	color: #464646;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #454DBA;
}
a:link  {
	color: #3399FF; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #808080; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #464646; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #3399FF; 
	text-decoration: none; 
	font-weight: bold;
}
