html
{
	background: #e0e0ff;
}

body
{
	margin: 20px;
	padding: 0;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

#content
{
	padding: 8px;
	background: #ffffff;
	color: #000000;
	font-size : 100%; 
	border: 1px solid #000000;
}

h1
{
	color: #000080;
	margin: 0;
	padding: 0;
}

h2, h3 {text-decoration: underline;}

.hcol
{
	color: #008000;
}

.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.left {float: left;}
.right {float: right;}

.clear {clear:all;}
.foot
{
	font-size: 55%;
	color: #9090ff;
}

.foot a, 
.foot a:link, 
.foot a:visited, 
.foot a:active, 
.foot a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #9090ff;
	cursor: text;
}