<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-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: bold ; color: #3366FF ; font-style: italic }
EM { font-weight: bold ; color: magenta ; font-style: italic }

# 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: none ; }
# 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 
}
.duedate { 
#  font-weight: bold; 
  color: magenta ; 
}

FONT.date {
  font-weight: normal ;
  font-size: small;
  color: #1A3380
}


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