body { 
  color: black ; 
  background: white ;
  }

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: small ;
  }

/* italic text inline in paragraph */
p em {
  font-style: italic ;
  }

/* bold text inline in paragraph */
p strong { 
  font-weight: bold ;
  }

/* x-small text for sidebars, etc. */
p.tiny { 
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif ;
  font-weight: normal ;
  font-style: normal ;
  font-size: x-small ;
  }

/* large text on home page */
p.homepg {
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif ;
  font-weight: bold ;
  font-style: italic ;
  font-size: small ;
  color: #0000FF ;
  }
  
/* large text inline */
p.lg_txt {
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif ;
  font-weight: bold ;
  font-style: normal ;
  font-size: large ;
  }

/* xtra large txt inline */
p.xlg_txt {
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif ;
  font-style: normal ;
  font-weight: normal ;
  font-size: x-large ;
  }
  
/* 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 ;
  }

/* captions below graphics and pictures */
p.captions {
  font-family: Arial, Helvetica, sans-serif ;
  font-variant: small-caps ;
  font-weight: normal ;
  font-size: small ;
}

/* subheadings for pages */
p.subhead { 
  font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif ;
  font-weight: bold ;
  font-style: normal ;
  font-size: medium ;
  color: navy ;
  }
  
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 ;
  }
  
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 ;
  }

