BODY { margin-left: 50px;
       margin-right: 50px;
       background-color: ivory;
       background-image: flag.gif;
       background-repeat: no-repeat;
       background-attachment: fixed;
       background-position: right center;
       font-family: sans-serif }
BODY.photos { background-color: rgb(192, 192, 192) }
H1 { color: ivory;
     background: black;
     text-align: center }
H2 { color: green }
H3 { color: red }
A:link { color: blue;
         text-decoration: none }
A:visited { color: red;
            text-decoration: none }
A:active { color: olive;
           text-decoration: none }
DIV.border { border-style: groove;
             margin-left: 25px;
	     margin-right: 25px;
	     padding-left: 25px;
	     padding-right: 25px }
DIV.footer { text-align: right;
             background-color: rgb(192, 192, 192);
	     font-family: monospace }
DIV.nav { text-align: center;
          background-color: black;
	  padding-top: 0px;
	  padding-bottom: 3px }
SPAN.top { color: ivory }
H1.top { margin-bottom: 0em }
SPAN.nav { background-color: rgb(192, 192, 192);
           padding-left: 1em;
	   padding-right: 1em }
SPAN.here { padding-left: 1em;
            padding-right: 1em;
	    background-color: green }
P { text-align: justify }
TABLE { width: 100% }
TABLE.data { border: thin solid }
TH { text-align: left }
TD.nav { background : black }
P.cent { text-align : center }
