<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY {
  font-family: arial,helvetica,sans-serif ; 
  text-decoration: none ;
  color: white ;
  background-color: black; 
/*  background-image: url(header-1000x750.jpg) ; */
/*  background-image: url(header-sea-1200x900.jpg) ; */
/*  background-image: url(header-sea-800x1200.jpg) ; */
/*  background-image: url(header-sea-800x600.jpg) ; */
/*  background-image: url(header-sea-1000x750.jpg) ; */
  background-image: url(header-sea-1000x750-darkblue.jpg) ;
/*  background-image: url(header-sea-1000x750-darkerblue.jpg) ; */
  background-position: top center ;
  background-repeat: repeat-x ;
}
H1 { font-weight: bold ; color: #3366FF ; font-size: x-large ; 
     text-decoration: none }
H2 { font-weight: bold ; color: #3366FF ; font-size: medium ; 
     text-decoration: none }
DT { font-weight: bold ; color: #3366FF ; font-style: italic ; 
     line-height: 175% }
# EM { font-weight: medium ; color: #FF33FF; font-style: normal }  /* magenta*/
# EM { font-weight: bold ; color: #7C9BFF; font-style: normal } /* link color*/
EM { font-weight: bold ; color: #3366FF; font-style: normal } /* header color*/
# EM { font-weight: bold ; color: #8080FF; font-style: normal } /* date color*/
FONT.date { font-weight: normal ; color: #8080FF; font-size: small; }
.update { font-style: italic ; color: magenta; font-size: small; }
.duedate { color: #3366FF ; }

# Link colors: 
# #6699FF is a nice pale blue (and web-safe)
# #66CCFF is brighter but on the cyan side (also web-safe)
# #7C9BFF matches padlock.gif and has less green, very pretty

### A { color: #66CCFF ; text-decoration: none ; }
# A { color: #7C9BFF ; text-decoration: underline ; } /* link color */
A { color: #7C9BFF ; text-decoration: none ; } /* link color */
# A:visited { color: #3366FF }
A:hover { color: magenta }

BODY.header {
  font-size: x-large ;
  font-weight: bold ;
}
A.header { 
  font-size: x-large ;
  font-weight: bold ;
  font-family: arial,helvetica,sans-serif ; 
  text-decoration: none ;
  color: #7C9BFF ;
}
# A.header:visited { color: #003399 ; }
A.header:active { color: white ; }
A.header:hover { color: magenta ; }
TABLE.header {
  margin-top: 40px ;
}
TD.header {
  vertical-align: middle;
  text-align: center;
}
A.headercurrent { 
  font-size: x-large ;
  font-weight: bold ;
  font-family: arial,helvetica,sans-serif ; 
  text-decoration: none ;
  color: magenta ;
}
TD.headercurrent {
  vertical-align: middle;
  text-align: center; 
  background-image: url(blur.gif) ;
  background-position: center ;
  background-repeat: no-repeat ;
  padding-top: 20px ;
  padding-bottom: 20px ;
}

TR.solutions { color: #333366 ; }
# A.solutions { color: #66CCFF ; }
# A.solutions { color: #6699FF ; }
A.solutions { color: #7C9BFF ; }
A.solutions:hover { color: magenta ; }
.solutionheader { 
  background-color: #000066 ; 
  font-weight: bold; 
  font-size: large; 
  color: white ; 
  text-align: center 
}

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