<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ====================================================+
|   GLOBAL STYLES                                      |
+=====================================================*/
#init			{ background: #03c; font: 12px Verdana; margin: 0 auto; width: 752px; position: relative; color: #fff; }
a:link, a:visited	{ text-decoration: none; color: #fff; }
a:hover, a:active	{ text-decoration: underline; }


/* ====================================================+
|   HEADER STYLES                                      |
+=====================================================*/
#header h1		{ font: bold italic 35px Verdana; color: #fff; text-align: center; }
#header h2		{ display: none; }
#header h3		{ font: bold 30px Verdana; color: #fff; float: left; margin: 50px 20px; }


/* ====================================================+
|   BODY STYLES ON INDEX PAGE                          |
+=====================================================*/
#body p			{ text-align: center; }

#body ul			{ height: 50px; width: 300px; float: left; text-align: center; list-style: none; }
#body ul li		{ font: bold 14px Verdana; padding: 5px; }
#body img			{ margin: 0 15px; }


/* ====================================================+
|   BODY STYLES ON SUB PAGES                           |
+=====================================================*/
#content #body		{ width: 180px; float: left; margin-right: 25px; font: 11px Verdana; }

#content #hist		{ margin-left: 200px; }
#content #hist p	{ text-indent: 20px; }


/* ====================================================+
|   PHOTO PAGE STYLES                                  |
+=====================================================*/
#photos dl		{ width: 220px; height: 150px; float: left; }

#photos dt		{ text-align: center; font: italic 14px Verdana; text-decoration: underline; }
#photos dd		{ margin: 0; padding: 0; text-align: center; }


/* ====================================================+
|   PHOTO LAYOUT STYLES                                |
+=====================================================*/
#col2 div			{ width: 300px; height: 350px; float: left; margin: 0 20px; text-align: center; }
#col3 div			{ width: 200px; height: 350px; float: left; margin: 0 20px; text-align: center; }

#col2 div img, #col3 div img
				{ background: #fff; clear: both; }


/* ====================================================+
|   PROFILES PAGE STYLES                               |
+=====================================================*/
#profiles h3		{ font: bold 14px Verdana; text-decoration: underline; }</pre></body></html>