body
{
	background: #000033;
	color: #CCCCCC;
	font: 16px "Arial", sans-serif;
	margin: 1% 10% 0% 10%;
	line-height: normal;
}

a:link
{
	background: #000033;
	color: blue;
	text-decoration: none;
}

a:visited
{
	background: #000033;
	color: purple;
	text-decoration: none;
}

a:hover
{
	background: #000033;
	color: red;
	text-decoration: underline overline;
}

a:active
{
	background: #000033;
	color: red;
	text-decoration: none;
}

.code
{
	font-family: "Courier New", monospace;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.center
{
	text-align: center;
}

.admin
{
	font: 12px "Arial", sans-serif;
	text-align: right;
}

.admintable
{
	border: none;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
