body { padding: 1em 15%; color: black; background-color: #b0c4de; font-family: Verdana, Arial, Tahoma, Sans-serif; }
h1,h2,h3,h4,h5,h6 {margin-bottom: 1em;}
h1{font-size: 1.5em;}
h2{font-size: 1.2em;}

a { color: #8d98a7; text-decoration: none; }
a:hover { text-decoration: underline; }
input, select, option { font-size: x-small; }
p {margin-bottom: 1em;}
#main { border: solid thin #a67f40; background-color: White;}
#content { padding: 1em;}
strong{ color: #395F90; font-weight: bold;}
ol
{
	margin-left: 2em; margin-bottom: 1em;
}
#menu
{
	display: table;
	width: 100%;
}
#menu li
{
	display: table-cell;
	text-align: center;
	border: #ffe9c5 solid thin;
}
#menu li a
{
	display: block;
	padding: 0.2em;
	color: #ffe9c5; font-weight: bold; font-size: larger;
	background-color:#395F90;	
}
#menu li a:hover
{
	text-decoration: none;
	color: #395F90;
	background-color:#ffe9c5;	
}