body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #ffffff;
	color: #000000;
	margin-left : 10%;
	margin-right : 10%;
	text-align : justify;
	font-size : small;
}

h1, h2, h3, h4, h5, h6 {
	background : #000000;
	color: #ffffff;
	text-align : center;
	padding-top : 1%;
	padding-bottom : 1%;
	font-family : Arial, Helvetica, sans-serif;
	border : thin ridge #ff0000;
	font-weight : bold;
}

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;
}

.centerthis {  text-align: center;}
