* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }

body {
	background-image: url(http://littlelagoon.net/LL_images/BG_lghtmarb.jpg);
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	width: 966px;
}
a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: darkblue;
}
h1 {
	font-family: Monotype Corsiva;
	font-size: 60px;
	font-weight: normal;
	text-align: center;
	color: darkblue;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h2 {
	font-family: Monotype Corsiva;
	font-size: 24px;
	text-align: center;
	color: darkblue;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div.textbox {
	height: 412px;
	overflow: auto;
}
p.textbox {
	margin-left: 5px;
	margin-right: 5px;
}
p.copyright {
	font-family: Monotype Corsiva;
	font-size: 12pt;
	color: darkblue;
}


