﻿/*
Colors used: 
	Brownish Gray: #D0C9B9
	Green: #687325
	Yellow Text: #F2D12D
	Logo Red: #B73525
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #D0C9B9;
	margin: 0px;
}
img {
	border: 0px;
}
a:link, a:active, a:hover, a:visited {
	color: blue;
	text-decoration: none;
}
.w {
	color: white;
	text-decoration: none;
}
#header {
	background-color: #A4A099;
}