<!--
/*Set body background color to a hex value that doesn't have a name*/
body {background: #252776;}

/*Set default text to justified cornsilk-colored 12 point Palatino Linotype
If Palatino Linotype not installed, show Calisto MT, Book Antiqua, Georgia, or Times New Roman*/
table,a {font-size: 14pt;
color: #f8f8ff;
text-align: justify;
text-decoration: none;}

/*Center, make bold, color BurlyWood, and display in Century Gothic all text with "title" class
If Century Gothic not installed, show Arial*/
.title {text-align: center;}

/*Make current page link normal color with no underlining*/

a.here {color: #ff3333;
text-decoration: none;}

-->