/******************************************************************************
* Defines default styles for site pages.                                      *
******************************************************************************/

a  { color: black; text-decoration: none }

body  { color: #000000; background-color: #ffffff }

h2 {
  font-size: 140%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}

pre {
  font-family: Courier New, Courier, monospace;
  font-size: 80%;
}

td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}

