/* USS Dace Style Sheet */


.pageHeading {
   text-align: center;
   color: #FFFF00;  /* yellow */
   }

.sectionHeading{
   text-align: center;
   color: #FF0000;
   }

.updateStamp{
   text-align: left;
   color: #FFFFFF;
   }

.anchorText{
   text-align: center;
   color: yellow;
   font: 20pt arial
  }

.crewRecord{
   text-align: center;
   color: yellow;
  }

.crewAnchor{
   text-align: center;
   color: yellow;
   font: 20pt arial
  }
 
.officerRecord{
   text-align: center;
   color: FFD700;    /*gold*/
  }

.suspectEmail{
   color: #DD3030;
  }

.newsRecord{
   text-align: center;
   color: FF7F00;	   /*burlywood*/
	font:12pt arial
  }

.linkDescription{
   text-align: center;
   color: #FF50F0;
  }

.genericText{
   text-align: center;
   color: yellow;
   font-size: 15pt;  
	}

p {
   margin-top: 5px;
   margin-right: 0.25in;
   margin-left: 0.25in;
   }

p.docFooter {
   font-family: sans-serif;
   text-align: justify;
   test-indent: 0.5in;
   color: #FFFF00;
   }

p.body {
   font-family: sans-serif;
   text-align: justify;
   test-indent: 0.5in
   }

p.lhead {
   font-family: sans-serif   
   }

p.rhead {
   font-family: sans-serif   
   }

body {
   background: URL(../images/water.gif);
   }

body.photoDisplay {
   bgcolor: black;
   text: white;
   background:black;
   }


table.typedPage {
   font-size: 15pt;
   background: URL(../images/yellotx.jpg);

   }

a {

   text-decoration: none;

}

a:link {

   color: #ffffff;

}

a.crewAnchor:link {
   color: #DEB887;
}

a.crewAnchor:visited {
   color: #DEB887;
}

a.crewAnchor:hover {
   color: #FF9900;
}

a:visited {
   color: #FFCCFF;
}

a:active {
   color: #FFCCFF;
}

a:hover {
   color: #FF9900;
}


