﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FFEDCB;
	background-image: url('back.png') !important;
	background-repeat: repeat-x !important;
	margin-top: 7px;
}

#header {
	color: #FFC80A !important;
	/* #CC9933 - gold */
}

#navigation a, #navigation a:link {
	color: rgb(100%, 100%, 0%);
}

#navigation a:visited {
	color: rgb(90%, 90%, 0%);
}

#navigation {
	background-color: rgb(25%, 25%, 25%);
	border: 2px outset rgb(25%, 25%, 25%);
	padding: 3px 0px;
	width: 99.5%
}

a, a:link {
	color: #9B9B00;
}

a:visited {
	color: rgb(153, 102, 51);
}

a:hover {
	color: #FF9900;
}