
/* Time-stamp: "2007-08-28 01:36:47 ADT" */

.hide { display:  none; }
@media print {  .noprint { display: none; } }

@media screen {
  .noscreen { display:  none; }

  body {
    color: white;
    background: #000000;
    background-color: #000000;
    margin: 0;
    qqpadding-top: 1em;
    margin-right: 0;    padding-right: 1em;
    margin-left: 155px; 
    background-image: url(/images/fish_tile.gif);
    background-attachment: fixed;
    background-repeat: repeat-y;
  }

  a { color: white; }
  a:link, .linkish { color: #d5d5ff !important; text-decoration: underline; }
  a:visited { color: #c8a0ff !important; text-decoration: underline !important;}
  a:active  { color: #ffa0a0 !important; }

  hr {
    border: 0;
    border-top:    3px solid  #b00;
    border-bottom: 3px dotted #888;
    margin: 3px 0;
  }
}

/* End */
