/*
 * Formatting for simple essays and the like.
 */

body  { 
  font-family: sans-serif;
  /*font-size: 95%;*/
  background-color: white;
  color: black;
  margin: 0 8% 2em;
}

A       { text-decoration: none; }
A:hover { text-decoration: underline;}
A:link  { color: #000066;}
A:visited  { color: #330066;}

H1    { 
  font-size: 150%; 
  text-align: center;
  margin: 0.7em auto;
}

H2 {
  margin: 1em -2% 0.4em;
  font-size: 120%;
}
H3 {
  font-size: 110%;
}

P.bottomnav {
  margin: 2em auto;
  text-align: center;
}

.date, .small {
  font-size: smaller;
}

HR {
  width: 20%;
  margin: 1.5em auto;
}

TABLE.bordered {
  border-collapse: collapse;
}
TABLE.bordered TH, TABLE.bordered TD {
  border: 1px solid black;
  padding: 0.2em 0.5em;
}
TABLE.wide {
  width: 100%;
}
