/* Style sheet for Chard's website */

BODY {
  margin: 10px;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  background-color: gold;
  color: #000066
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV,
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, TABLE { display: block }

H1, H2 { text-align: center }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP,
IMG, SPAN { display: inline }

TABLE {
  width: 100%;
}

TH {
  font-family: arial, helvetica, sans-serif;
  background-color: blue;
  color: white
}

TD, CAPTION, P, H1, H2, H3, H4, H5, H6 {
  font-family: arial, helvetica, sans-serif
}

TD {
  background-color: silver;
  font-size: smaller;
}

BLOCKQUOTE P {
  border: thin;
  padding: 5px;
  margin: 5px 5px 5px 5px;
  /*margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;*/
  font-size: smaller;
  background-color: lightyellow
}

HR {
  
}
