body {	background-color: #fff;
	color: #000;
	font-family: monospace;
	font-size: small;
	margin: 50px;
	padding: 15px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	border: #039 2px solid;
}

a {
	color: #000;	
}

a:hover {	
}

strong {
	font-weight: normal;
}
img {	
	border-width: 0px;
}
hr {
	height: 1px;
	color: #039;
}

h1 {	
	font-size: 150%;
	padding-top: 0px;
	
}
h2 {	
	font-size: 130%;
	margin: 0px;
	margin-top: 10px;
}
h3 {
	font-size: 110%;
	margin: 0px;
}

p {
	margin: 2px;
	text-align: center;

}

table {
	border-collapse: collapse;
	width: 100%;
}
td {
}
th {
	text-align: left;
}

