   body {
    background-color: #000000;
    font-family: Georgia, Verdana, Arial, serif;
    font-size: 11px;
    line-height: 200%;
    font-weight: normal;
    color: #FFFFFF;
   }
   div#page {  /* centres content in IE, but affects default alignment */
    text-align: center;
   }
   div#header {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
   }
   div#content {
    margin-left: auto;
    margin-right: auto;
    width: 459px;
    text-align: justify;
   }
   div#footer {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
   }
   p {
    font-size: 11px;
   }
   h1 {
    font-family: Georgia, Verdana, Arial, serif;
    font-size: 14px;
    color: #FFFFCC;
    font-weight: heavy;
    font-style: normal;
    text-align: left;
   }
   a, a:link, a:visited, a:active {
    font-size: 11px;
    text-decoration: underline;
    font-weight: normal;
    color: #FFFFFF;
   }
   a:hover {
    font-size: 11px;
    text-decoration: underline;
    font-weight: normal;
    color: #FFFFCC;
   }
   p.submenu {
    font-size: 14px;
    text-align: center;
   }
   a.submenu, a.submenu:link, a.submenu:visited, a.submenu:active {
    font-size: 14px;
    text-decoration: underline;
    font-weight: heavy;
    font-style: italic;
    color: #FFFFFF;
   }
   a.submenu:hover {
    font-size: 14px;
    text-decoration: underline;
    font-weight: heavy;
    font-style: italic;
    color: #FFFFCC;
   }
   table {
    line-height: 125%;
   }
   th {
    vertical-align: middle;
    padding-right: 10px;
    font-weight: normal;
    color: #FFFFCC;
   }
   td {
    vertical-align: middle;
    text-align: left;
   }
   table.sites tr {
    height: 50px;
   }
   textarea, input, select {
    font-family: Georgia, Verdana, Arial, serif;
    font-size: 11px;
    color: #FFFFFF;
    background: #000000;
    letter-spacing: 1px;
    border-color: #FFFFCC;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
    overflow: hidden; /* hides scroll-bar in IE */
   }
   img.black {
    border: 1px;
    border-color: #FFFFFD;
    border-style: dashed;
   }
   hr {
    height: 1px;
   }

