A:link { color: #0000FF }
A:hover { color: #CC0000 }
A:visited { color: #800080 }
A:active { color: #FF0000 }

BODY {
	color: #000000;
	background: #FFFFEE;
}
BODY, TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
BODY.home {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	margin-left: 0%;
	margin-right: 0%;
}
BODY.navbar {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	line-height: 250%;
}
DL.compress DT {
	margin: -0.5em;
	padding: 0;
	line-height: 2em;
}
EM {
	font-style: italic;
}
H1,H2,H3,H4,H5,H6 {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}
H1 {
	font-size: 105%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0pt;
}
H2 {
	font-size: 150%;
	font-weight: bold;
}
H3 {
	font-size: 125%;
	font-weight: bold;
}
H4 {
	font-size: 110%;
	font-weight: bold;
}
LI.compress {
	margin-top: 0%;
	margin-bottom: 0%;
}
P {
	font-size: 100%;
	margin-left: 0%;
	margin-right: 5%;
}
P.navbar {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 250%;
}
PRE {
	font-weight: bold; color: green; font-family: monospace; white-space: pre
}
STRONG {
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}
TR.shaded {
	background: #ccffff;
}
.shaded TD {
  background: #ccffff;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}