body
{
	margin: 0;
	padding: 0;
	font: 85% Verdana;
	text-align: center;
	color: #326865;
	background: #FFFFFF url(bg1.gif);
	<style>
body {
scrollbar-base-color: #4BAFA9;
scrollbar-arrow-color: #326865;
scrollbar-face-color: #4BAFA9;
scrollbar-shadow-color: #326865;
scrollbar-track-color: #8ADCC4;
}
</style>
}

a:link { color: #326865; }
a:visited { color: #326865; }

a:hover, a:active
{
	text-decoration: none;
	color: #a772b2;

}

h2 
{
font-weight: bold;
	font: 85% Verdana;
	margin-bottom: 2px;
	background-color: #ffffff;
	border-bottom: #4BAFA9 1px dashed;
	color: #326865;
	text-align: center;
}

h2 a { text-decoration: none; }

h3
{
font-weight: bold;
	font: 85% Kristen ITC;
	margin-bottom: 2px;
	background-color: #7D84C5;
	border-bottom: #FF8FBA 1px solid;
	color: #326865;
	text-align: center;
}


li 
{
list-style-image: url(ul.gif);
list-style-type: circle;
margin-bottom: 3px;
font-size: 10px; 
color: #326865;


}
blockquote {
margin: 1em 1.5em;
padding: 1em 1.5em;
border: 1px solid #346877;
background-color: #FFFFFF;
}