body { 
  color: black ; 
  background: #E5F9F9 ;
  }

a:link {
  color: blue ;
  }
  
a:visited {
  color: red ;
  }
  
a:active {
  color: brown ;
  }

p { 
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif ;
  font-weight: normal ;
  font-style: normal ;
  font-size: 14px ;
  }

/* italic text inline in paragraph */
p em {
  font-style: italic ;
  }

/* bold text inline in paragraph */
p strong { 
  font-weight: bold ;
  }

/* strike text inline in paragraph */
p strike { 
  text-decoration: line-through ;
  }

p.head { 
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif ;
  font-weight: normal ;
  font-style: normal ;
  font-size: 24px ;
  text-align: right ;
  }

p.content { 
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif ;
  font-weight: normal ;
  font-style: normal ;
  font-size: small ;
  text-align: left ;
  background-color: white ;
  }


/* x-small text for footer */
p.foot { 
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif ;
  font-weight: normal ;
  font-style: normal ;
  font-size: x-small ;
  text-align: center ;
  }

  
/* captions below graphics and pictures */
p.captions {
  font-family: Arial, Helvetica, sans-serif ;
  font-variant: small-caps ;
  font-weight: normal ;
  font-size: small ;
  text-align: center ;
}
  
th {
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif ;
  font-style: italic ;
  font-weight: normal ;
  font-size: large ;
  }

td {
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif ;
  font-style: normal ;
  font-weight: normal ;
  font-size: small ;
  }

h1 {
  font-family: Arial, Helvetica, sans-serif ;
  font-style: normal ;
  font-weight: normal ;
  font-size: x-large ;
  }
  
h1.color {
  font-family: Tahoma, Arial, Helvetica, sans-serif ;
  font-style: normal ;
  font-weight: normal ;
  font-size: x-large ;
  color: #8B4629;
  }
  
h2 {
  font-family: Arial, Helvetica, sans-serif ;
  font-style: normal ;
  font-weight: normal ;
  font-size: large ;
  }
  
h3 {
  font-family: Arial, Helvetica, sans-serif ;
  font-style: italic ;
  font-weight: normal ;
  font-size: large ;
  }

ul {
  list-style-type: disc ;
  list-style-position: outside ;
  }

ul.boxes {
  list-style-type: square ;
  list-style-position: outside ;
  }

ul li>ul {
  list-style-type: square ;
  list-style-positions: outside ;
  }
  
ol {
  list-style-type: decimal ;
  list-style-position: outside ;
  }
  
ol.sm-alpha {
  list-style-type: lower-alpha ;
  list-style-position: outside ;
  }

/* top of page link */  
p.to_top {
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif ;
  font-variant: small-caps ;
  font-weight: normal ;
  font-size: x-small ;
  }

