body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #ffffff;
	color: #000000;
	margin-left : 5%;
	margin-right : 5%;
	text-align : justify;
	font-size : small;
	max-width : none;
}

h1, h2, h3, h4, h5, h6 {
	background : #0099FF;
	color: #ffffff;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	border : medium solid #ffffcc;
	font-weight : bold;
	margin-left : 10%;
	margin-right : 10%;
}

A:link {
	background: #ffffff;
	color: #0000ff;
	text-decoration : none;
}

A:visited {
	background: #ffffff;
	color: #800080;
	text-decoration : none;
}
A:active {
	background: #ffffff;
	color: #ff0000;
	text-decoration : none;
}
	
A:hover {
	background: #ffffff;
	color: #0066ff;
	text-decoration : underline;
}

hr {
	background: #ffffff;
	color: #000000;
}

pre, tt {
	background: #000000;
	color: #000000;
	font-family: courier, monospace;
	font-style: normal;
}

table
{
	margin-left: auto;
	margin-right: auto;
	border : medium dotted;
}

.centerthis {  text-align: center;}

img.floatLeft { float: left;
margin: 4px; }

img.floatRight { float: right;
margin: 4px; }
