body
{
	text-align: center;
	min-width: 500px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
	background-color: #EEE;
	padding: 50;
}

#wrapper
{
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 25px;
	border: thin black solid;
}

A:link
{
	color: #000099;
	font-weight: bold;
}

A:visited
{
	color: gray;
	font-weight: bold;
}

A:active
{
	color: maroon;
	font-weight: bold;
}

.attn
{
	margin: 10px;
	border-color: #000099;
	border-width: thin;
	padding: 10px;
	border-style: dotted;
	text-align: left;
	font-size: small;
}

.nav
{
	font-size: x-small;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	background-color: #CCCCCC;
}

.footer
{
	font-size: x-small;
	text-align: center;
}
