body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000099;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000099;
}

h2 {
	font-size: 22px;
	color: #990033;
}

h3 {
	font-size: 20px;
	color: #000099;
	margin: 0 0 .3em 0;
}

ol li {
	margin: 0 0 .8em 0;
}

ul {
  	padding-left: 0;
	margin: 1 0 0 1em;
}

li {
  margin: 0;
  padding: 0;
}

form {
	margin: 0 0 0 0;
}

.smalltext {
	font-size: 15px;
	color: #000000;
}

.regtext {
	font-size: 16px;
	color: #000000;
}

.regtextital {
	font-size: 16px;
	color: #000000;
	font-style: italic;
}

.regtextbold {
	color: #990033;
	font-size: 16px;
	font-weight: bold;
}

.bigtext {
	font-size: 22px;
	color: #000000;
}

.maintable {
	background-color: #FFFFFF;
	border: 8px solid #000000;
}

.h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000099;
}

.h2 {
	font-size: 22px;
	color: #990033;
}

.h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000099;
}

.h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}

a:link {
	color: #660033;
}

a:visited {
	color: #000099;
}

.horiztable {
	border: 2px dotted #000099;
	border-bottom-color: #000099;
	text-align: left;
	padding: 5px;
}

.verttable {
	border: 2px dotted #000099;
	border-spacing: 2px;
	text-align: left;
	padding: 5px;
}

.elementcorrect {	
	font-weight: bold;
	color: black;
	background-color: #00FF00;
}

.elementwrong {
	font-weight: bold;
	color: red;
	background-color: yellow;
}

.elementunrecognized {
	font-weight: bold;
	color: black;
	background-color: yellow;
}

.elementmissing {
	font-weight: bold;
	color: blue;
	background-color: yellow;
}

.elementredundant {
	font-weight: bold;
	color: black;
	background-color: cyan;
}

.error {
    color: #990033;
    font-weight: bold;
}

.news {
    color: #008000;
    font-weight: bold;
}

.white {
	color: white;
	background-color: white;
}

.category {
	font-size: 16px;
	font-weight: bold;
	color: #008000;
}

.whitelink {
	background-color: white;
}

.formsubmitlink {
	color: #990033;
	background-color: #ffffff;
	text-decoration: underline;
	font-style:italic;
	font-size:14pt;
	border: none;
	cursor: pointer;
}

.scorepass {
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #008000;
}

.scorepass_congrats {
	font-size: 18px;
	font-weight: bold;
	color: #008000;
}

.scorefail {
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #990033;
}

.scorenostyle {
	font-size: 18px;
	font-weight: bold;
	color: black;
	background-color: white;
}

.scoreexpired {
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: gray;
}

.topicpass {
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #000099;
}

.topicfail {
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #990033;
}
