body {
	background-color: #00CCFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	color: Blue;
}
h2 {
	font-style: italic;
	color: Blue;
}
h3 {
	color: Blue;
	font-weight: bolder;
}
h4 {
	font: "Trebuchet MS";
}
h5 {
	font: "Trebuchet MS";
}
h6 {
	font: "Trebuchet MS";
}
p {
	font-variant: small-caps;
	font-style: oblique;
	font-family: "Tempus Sans ITC";
}
UL{
list-style-image: url(/images/list1.gif);
	font-variant: small-caps;
	color: #0000CD;
}
UL UL{
	list-style-image:url(/images/list2.gif);
}
UL UL UL{
list-style-image:url(/images/list3.gif);
}