/* CSS Document */
body {
	background-color: #C1D8E8;
	font-family: "Lucida Sans"; 
	font-size: smaller; 
	color: #3C3C23; 
}

a:link {color: #0087DC; text-decoration: none}
a:visited {color: #0087DC; text-decoration: none}
a:hover {color: #0087DC; text-decoration: underline}
a:active {color: #3C3C23; text-decoration: underline}

.h1 {
	font-family:"Lucida Sans", "sans-serif";
	color:#0087DC;
	font-size: 24px;
	font-weight: bold;
}

.h2 {
	font-family:"Lucida Sans", "sans-serif";
	color:#0087DC;
	font-size: 18px;
	font-weight: bold;
}

.bodytext {font-size: smaller}

