<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { font-family: verdana, sans-serif; background-color: #c0c0c0; }

/* need to fix these for accessibility */
h1 { font-size: 24px; }
h2 { font-size: 21px; }
h3 { font-size: 18px; font-style: italic; }
p, li, dt, dd { font-size: 16px; }

a { color: blue; }
a:hover { color: #006060; }
a:visited { color: navy; }

#header { margin-bottom: .5em; text-align: center; border: groove green; height: 109px; }
#header h1 { font-style: italic; margin-bottom: 0; margin-top: 37px; }
#header img { align: center; float: left; margin-top: 5px; margin-left: 5px; } 

#land-o-fun { background-color: #ffff00; }

div#infobar {  padding: 10px;  border: solid blue; }
div#infobar .sublist { list-style-type: none; }
div#infobar ul { margin: 0; padding: 0; overflow: hidden; list-style: outside; }
/* yes, w3schools */
div#infobar li:last-child { border-right: none; }
/* or float:left; display: block; */
div#infobar li {  float:left; display: block; padding: 4px;  border-right: 1px solid #000; }}
/* no float for now 
#infobar { float: left; margin: 0.5em; padding: 0.5em; border: solid blue; width: 40%; }
*/
/* let's \ hack this so Mac IE5 doesn't look extremely weird */


#main { border: none /* solid transparent */; } 
/* #main ul { list-style-type: none; } */
#main ul { list-style: outside; }
#main dl { clear: both; }
#main dt { font-weight: bold; }

.clear { clear: both; }
.misc { clear: both; font-size: 12px; }
.sidepics img { align: center; }
/* let's \ hack this one too for Mac IE5 */
.sidepics img { align: center; float: right; width: 110px; }

#footer { clear: both; }
#address { float: left; }
/* address { background: #87CEFA; } */
#back { margin: 0em 0em 1em; }

</pre></body></html>