body {
	background-color: #008080;
	color: #FFFFFF;
}
a {
	color: white;
}
a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color: black;
}
a:active {
	color: white;
}
h1 {
 	color: white;
	text-align: center;
	align-content: center;
	font-size: 24pt;
}
h2 {
	color: white;
	text-align: center;
	align-content: center;
	font-size: 16pt;
}
.form {
	font-size: 9px;
	color: #990000;
}

table, td {
/*	border: 1px solid black; */
	text-align: center;
	align-content: center;
	padding: 10px;
/*	height: 1em; */
}
#left1 {
	text-align: left;
}
#right1 {
	text-align: right;
}
