﻿@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D3C8A5;
}

body,td,th {
	color: #886000;
	font-size: 13px;
}
a:link {
	color: #D49600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #D49600;
}
a:hover {
	text-decoration: none;
	color: #FFB70F;
}
a:active {
	text-decoration: underline;
	color: #D49600;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}