/* ERTLstyle.css */

BODY {
  margin-left: 50px;
  margin-right: 50px;
  background: #FFFFFF;
  color: #3F3F3F }

A:link {
    color       : rgb(5,40,189) }
A:active {
    background  : rgb(148,245,120);
    color       : #FF0000 }
A:visited {
    color       : rgb(58,136,232) }

H1.labtitle {
    margin        : 0 0 0 0;
    border        : solid 2px rgb(0,117,36);
    background    : rgb(253,250,193);
    color         : rgb(253,143,47);
    padding       : 3px;
    text-align    : center;
/*    font-size     : large;*/
    font-weight   : bold;
    text-align    : center }

H1 {
    margin        : 0 0 0 0;
    background    : rgb(253,250,193);
    color         : rgb(253,143,47);
    padding       : 3px;
    text-align    : center;
/*    font-size     : large;*/
    font-weight   : bold;
    text-align    : center }

H2 {
/*    margin-top    : 1em;*/
    margin-right  : 1em;
/*    margin-bottom : 0;*/
    margin-left   : 1em;
    border-width  : 0 0 1px 0;
    border-style  : solid;
    border-color  : #FF0000;
    color         : rgb(171,16,0);
    padding       : 1px;
    font-size     : medium;
    font-weight   : bold }

H3 {
    margin-top    : 0;
    margin-right  : 2em;
    margin-bottom : 0;
    margin-left   : 2em;
    background    : #FFFFFF;
    color         : #5F1F1F;
/*    font-size     : small;*/
    font-weight   : bold }

UL.level2 {
/*    margin-top    : 1em;*/
    margin-right  : 4em;
/*    margin-bottom : 1em;
    margin-left   : 4em;*/
}

UL.level3 {
/*    margin-top    : 1em;*/
    margin-right  : 5em;
/*    margin-bottom : 1em;
    margin-left   : 5em;*/
}

DL {
/*    margin-top    : 1em;*/
    margin-right  : 3em;
/*    margin-bottom : 1em;*/
    margin-left   : 3em;
}

DT {
    background    : #FFFFFF;
    color         : #1F1F1F;
    font-weight   : bold }
/*
HR {
    margin      : 1em 0 0 0 }
*/
HR.color {
    margin            : 0 0 0 0;
    color             : rgb(253,143,47);
/*    background-color  : rgb(253,143,47) */}

P.date {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2em;
  margin-right: 0;
  background: #FFFFFF;
  color: #3F3F3F;
  font-size: x-small;
  text-align: center }

P.subheader {
    margin      : 10px 0 0 0;
    font-weight : bold;
    font-size   : medium;
    text-align  : center }

P.linkbar {
    margin      : 0 0 0 0;
    background  : #FFFFFF;
    color       : #3F3F3F }

P.sentence {
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 3em;
  margin-right: 3em;
  text-indent: 1em }

P.note {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1em;
  margin-right: 1em;
  text-indent: 1em }

PRE {
  margin-bottom: 0;
  border-style: solid;
  border-width: thin;
  padding: 2em }

IMG {
  border-style: none }

ADDRESS {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  background: #FFFFFF;
  color: #CF3F3F;
  font-size: x-small }

.strong {
  background: #FFFFCC;
  color: #CF3F00 }

