body
{
	background-color: #903;
}

.headerbox
{
	border-top: 2pt solid black;
	border-left: 2pt solid black;
	border-right: 2pt solid black;
	background-color: white;
	background-position: center;
	font-family: georgia, palatino, serif, cursive;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
}


.menubar
{
	border-left: 2pt solid black;
	border-right: 2pt solid black;
	background-color: white;
	color: black;
	text-align: center;
	font-family: sans-serif;
	margin-left: 5%;
	margin-right: 5%;
}

.whitebox
{
	border-left: 2pt solid black;
	border-right: 2pt solid black;
	border-bottom: 2pt solid black;
	background-color: white;
	padding: 2em;
	text-align: justify;
	margin-left: 5%;
	margin-right: 5%;
}

.whitebox-sides
{
	border-left: 2pt solid black;
	border-right: 2pt solid black;
	background-color: white;
	padding: 2em;
	text-align: justify;
	margin-left: 5%;
	margin-right: 5%;
}


.footerbox
{
	border: 1pt solid black;
	background-color: white;
	text-align: center;
	font-family: sans-serif;
	font-size: 0.8em;
	padding: 5px;
	margin: 5%;
}



.thispage
{
	text-decoration: none;
	background-color: silver;
}

a:link 
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
	background-color: yellow;
}

.thumb
{
	border: 1;
}


.img-cent
{
	width: 80%;
	margin-bottom: 10pt;
}

.img-right
{
	width: 50%;
	padding-left: 5pt;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	float: right;
}

h1
{
	font-family: georgia, palatino, seriv, cursive;
	text-align: center;
}

.quote
{
	text-align: left;
	font-weight: bold;
	margin-bottom: -1em;
}

.info
{
	border: 1pt;
	text-align: right;
	margin-bottom: 1.5em;
}

table
{
}

tr
{
}

td
{
	padding: 5pt;
	width: 25%;
	vertical-align: top;
	text-align: center;
}