body
{
	font-family: Verdana, sans-serif;
	
	background-color: #98b498;
	
	margin-left: 20px;
	margin-top: 20px;
}

h2
{
	font-size: 15px;
}

h3
{
	font-size: 13px;
	
}

#header
{
	color: white;
	font-size: 14px;

	text-align: center;

	background-color: #316500;
	border: 3px solid #2E9800;

	height: 25px;
}

#header a
{
	color: #fff;
	text-decoration: none;
	
	margin-left: 4px;
	margin-right: 4px;
}

#header a:hover
{
	background-color: #0a0;
}

#sidebar
{
	color: #070;
	background-color: #fff;
	
	font-size: 10px;
	padding-left: 6px;
	padding-bottom: 6px;
}

#sidebar a
{
	color: #070;
}

#sidebar a:hover
{
	text-decoration: none;
}

#content
{
	background-color: #fff;

	font-size: 12px;
	
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#content a
{
	color: #00aa00;

	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

.section
{
	color: #fff;
	background-color: 005500;
	
	font-size: 16px;
	font-weight: bold;
	
	padding-left: 5px;
}

#footer
{
	color: #0c0;
	font-size: 14px;

	text-align: center;

	clear: left;

	background-color: #316500;
	border: 3px solid #2E9800;
	
	height: 25px;
}