body, p, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: small;
}
a { color: #000066; text-decoration: underline; }
a:hover { text-decoration: none; }

.designed { text-align: right; font-size: 75%; }
.copyright { text-align: left; font-size: 75%; }

form { border: 1px solid #000066; width: 480px; padding: 10px; font-size: 10pt; margin: 5px 0px 5px 145px;}
label {
	width: 200px;
	vertical-align: top;
	padding: 5px 10px 8px 5px;
}
form textarea { margin-bottom: 8px; }

blockquote {
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	color: #000066;
	padding-top: 5px;
}
H1 {
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
}
H2 {
	font-size: medium;
	text-transform: uppercase;
	font-weight: bold;
}
H3 { font-size: medium; font-style: italic; font-weight: bold; }

HR {
	color: #99AAEE;
	width: 100%;
	height: 1px;
	text-align: left;
	border: 1px dashed;
}

.blueBkgd { background-color: #99AAEE; }
.blueBkgd a { background-color: #99AAEE; }
.blueBkgd a:hover { background-color: #99AAEE; }

ul.linkList {
	list-style: none;
}
ul.linkList li a { background-color: #FFFFFF; text-decoration: underline; }
ul.linkList li a:hover { text-decoration: none; }

.example {
	color: #99ee66;
	font-family: courier, "times new roman";
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	margin-left: 20px;
	border: 1px solid #99ee66;
	padding: 5px;
	width: 300px;
}