/* CSS Document */

body,td,th {
	color: #99CCFF;
}
body {
	background-color: #01518B;
}
H2 {text-align: center;}
A:link {color: #4DDF06}
A:visited {color: #9933CC}
A:active {color: #FFFFFF; background: white}
A:hover {color: #FF3399; text-decoration: none}

.required {color:#FF0000;}
