/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/

#main {
  background-color: white;
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
  padding: 5em 7em 5em 7em;
}

#content table {
  width: 80%;
}

#content th {
  text-align: left;
  color: grey;
}

#copyright {
  margin-top: 2em;
  text-align: left;
}

body {
  background-color: #b1b2b4;
  margin: auto;
//  width: 600px;
}

a {
  color: #0070c0;
  text-decoration: none;
}

a:hover {
  color: #0070c0;
}
