html {
	height: 100%;
	background-image: url(flower.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	}
body {
	font-family: 'lucida sans unicode', 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 30px 60px;
	color: #009;
	border-top: 10px solid #09f;
	}
h1 {
	font-size: 24pt;
	margin-bottom: 0;
	}
li {
	margin-bottom: 12px;
	color: #808080;
	}
a {
	color: #009;
	text-decoration: none;
	}
p {
	line-height: 150%;
	font-size: 12pt;
	}
