  #allcontent {
    width: 800px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }

  body {
    background-color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: medium;
  }

  a:link { /* for unvisited links */
    color: black; 
  }  

  a:visited { /* for visited links */
    color: gray; 
  } 

  h1 {
    font-size: 150%;
  }

  h2 {
    font-size: 125%;
  }

  h3 {
    font-size: 100%;
  }

  p {
    color: black;
  }

  em {
    color: black;
    font-style: italic;
  }

  strong {
    color: black;
    font-style: italic;
    font-weight: bold;
  }



  .standout {
    border-color: black;
    border-width: 3px;
    border-style: solid;
    padding: 5px;
    margin-left: 20px;
    margin-right: 20px;
  }

  #header { /* for the title */
    background-color: black;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 150%;
    color: white;
  }

  #maincontent { /* for the main content of the page */
    margin-top: 1px;
    border-top-width: 0px;
    padding-top: 0px;
  }


  table {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    border-width: 0px;
  }

  td {
    vertical-align: top;
    border-width: 0px;
    padding-top: 2px;
    padding-right: 12px;
    padding-left: 0px;
    border-spacing: 0px;
  }


  #announcements { /* for the news box, if there is one */
    float: right;
    border-width: medium;
    border-style: solid;
    border-color: black;
    width: 300px;
    padding: 10px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: auto;
    font-size: 14px;
  }

  #footer {
    border-top-width: 20px;
    border-top-style: solid;
    border-top-color: white;
    background-color: black;
    padding: 5px;
    text-align: center;
    font-size: 75%;
    color: white;
    clear: both;
  }

  #footer a:link { 
    text-decoration: none;
    color: white; 
  }  

  #footer a:visited { 
    text-decoration: none;
    color: white; 
  }  

  #footer a:hover { 
    text-decoration: underline;
    color: white; 
  }  

