/* CSS Document */

body	{
	margin-top: 2em;
	margin-right: 2em;
	background-color: #663300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
body,td,th
	{
	color: #663300;
	}
	
P	{
	margin-left: 1em;
	margin-right: 1em;
	}
	
H1	{
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	color: #FFCC66;
	}
h2
	{
	font-size: 150%;
	}
ul	{
	text-align: left;
	list-style-type: none;
	background-color: #663300;
	margin-left: 0;
	margin-right: 2px;
	padding-left: 2px;
	padding-top: 0;
	padding-bottom:0;
	margin-bottom:0;
	margin-top:0;
	}
li
	{
	border-bottom: 1px solid #996600;
	}
	
.nav a
	{
	font-size: 110%;
	font-style: normal;
	font-weight:bold;
	font-variant: small-caps;
	color: #FFCC66;
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	}
a
	{
	font-size: 100%;
	font-weight: normal;
	font-variant:normal;
	color: #663300;
	text-decoration: none;
	}
a:hover
	{
	text-decoration:underline;
	}
.nav a:hover
	{
	background-color: #FFCC66;
	color:#663300;
	text-decoration:none;
	}
	