body
{
	color: black;
	background-color: white;
	font-family: "Verdana", sans-serif;
	margin: 8px;
}

a
{
	text-decoration: none;
	font-style: italic;
}

A:link
{
	color: #139;
	background: inherit;
}

A:active
{
	color: blue;
	background: inherit;
}

A:visited
{
	color: #2255aa;
	background: inherit;
}

A:hover
{
	color: red;
	background: inherit;
	text-shadow: gray 0.2em 0.2em 5px;
}

h1, h2, h3, h4, h5
{
	text-shadow: gray 0.2ex 0.2ex 5px;
	font-weight: normal;
	text-align: center;
}

.shaded
{
	color: white;
	/*#014*/
	background-color: #8cabe5;
	text-align: center;
	padding: 3px;
	text-shadow: white 0px 0px 2px;
}

.lightshaded
{
	color: white;
	background-color: #396;
	padding: 3px;
}

p,ul,ol
{
	margin: 20px;
}

div.center { text-align: center; }
table { margin: auto; }
img { border: 0 none; }

.copyright
{
	font-size: xx-small;
	padding-top: 2em;
}