body {
	margin: 40px;
	padding: 0px;
	background-color: #F1F2E6;
	background-image: url("../gfx/splash.jpg");
	background-repeat: no-repeat;
	background-position: 700px 20px;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #7B8066;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #6B89B3;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6B89B3;
}