@CHARSET "UTF-8";

body{
	font-size: 120%;
	background-color: #164194;
	position: relative;
	top: 50px;
	color: white;
}

h3.errorMessage {
	color: red;
	text-shadow: 2px 2px 8px white;
	text-align: center;
}

.center {
	text-align: center;
}

.centerTable {
	margin: 0px auto;
}

input {
	font-size: 14pt;
}

table.centerTable td.button {
	text-align: right;
}

h1 {
	text-shadow: 2px 2px 8px white;
	color: black;
}