H1, BODY, H2, H3, H4, P, EM, STRONG, UL, DL, TD, CAPTION, TH, DIV {
	font-family: verdana, helvetica, arial, sans-serif;
}
BODY, P, UL, DL, TD {
	color: #333366;
}
BODY {
	background: #99B0BF url(images/back.jpg);
	margin: 2px;
}
H1, H2, H3, H4, H5 {
	color: #114499;
	text-align: center;
	text-indent: 3em;
}
H1 {
	font-size: 180%;
}
H2 {
	font-size: 145%;
}
H3 {
	font-size: 130%;
}
H4 {
	font-size: 115%;
}
H5 {
	font-size: 100%;
}
P {
	text-indent: 1em;
}
EM {
	color: #333399;
}
STRONG {
	color: #660033;
}
HR {
	height: 10px;
}
A:link {
	color: #0022ff;
}
A:visited {
	color: ##9933FF;
}
A:hover {
	text-decoration: none;
	color: #CC3300;
	background: #ffffff;
}
A:active {
	text-decoration: none;
	color: #FF6600;
}
UL {
	list-style: disc url(images/bullet.gif);
}
PRE {
	background: white;
}
PRE {
	font-family: serif;
}
CAPTION {
	font-weight: bold;
}
.NOTE {
	font-size: smaller;
}

