/* main.css */
body {
	background: rgb(0, 0, 64);
}
body, table, td, tr, span, p { 
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 12pt;
	color: yellow;
}
td.caption {
	width: 1%;
	text-align: right;
}
table.form {
	border: thick outset white;
	background: black;
	width: 100%;
}
table.thinform {
	border: thick outset white;
	background: black;
	width: 1%;
}
a:link {
	color: white;
}
a:visited {
	color: rgb(0, 128, 255);
}
h1 {
	color: white;
	font: bold 150% Arial, sans-serif;
}
h2 {
	color: white;
	font: bold 125% Arial, sans-serif;
}
.force { 
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 12pt;
	color: yellow;
}
.warning {
	color: red;
	text-decoration: underline;
}
.copyright {
	color: white;
}
.formfield {
	font: 12pt Arial, sans-serif;
}
.starter {
	color: white;
	font-style: italic;
}
.entrycaption {
	color: white;
}
.whitetext {
	color: white;
}

