body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #CCDFE6;
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #336699;
}
h2 {
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: normal;
}
h3 {
	color: #003366;
}
p {
	background-color: #EEF4F7;
	padding: 3px;
	border: 1px solid #336699;
	line-height: 150%;
}

