<!-- 
body {
	background-image: url("../image/celilo_falls_bgrd.jpg");
	background-repeat: repeat-y;
}
table {
	border: thin solid darkred;
}
p {
	position: relative;
	margin-left:40pt;
	font-family: comic sans ms, helvetica;
	font-size: 11pt;
	font-weight: 400;
	color: #336600;	
}
h1 {
	font-family: Poor Richard, arial, helvetica;
	font-size: 18pt;
	font-weight: 600;
	color: darkgreen;
}
h2 {
	position: absolute;
	margin-left: 300px;
	font-family: Poor Richard, arial, helvetica;
	font-size: 14pt;
	font-weight: 600;
	color: darkgreen;
}
td {
	font-family: arial. helvetica;
	font-size: 10pt;
	font-weight: 400;
	color: #336600;
}
#note {
	font-family: comic sans ms, helvetica;
	font-size: 9pt;
	font-weight: 400;
	color: #336600;
}
#footer {
	font-family: comic sans ms, helvetica;
	font-size: 8pt;
	font-weight: 400;
	color: #336600;
}
#msg {
	
	font-family: arial, helvetica;
	font-size: 13pt;
	font-weight: 600;
	color: #336600;
	width: 600;
	text-decoration: none;
}
a:active,a:visited,a:link {
	font-family: comic sans ms, helvetica;
	font-size: 9pt;
	font-weight: 400;
	color: #336600;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#cite {
	font-family: comic sans ms, helvetica;
	font-size: 12pt;
	font-weight: 500;
	color: #000000;
	width: 600;
	text-decoration: none;
}
 -->