/* 
 * CSS2 style sheet for root index pages.
 * author: Colin.A.Ridgewell
 */

body {
  font-family: Verdana, 
  Arial, Helvetica, 
  sans-serif; 
  font-size: 12px;
  color: #000000;
  background: #FFFFFF;
  text-align: center;}

h1 {font-size: 18px; color: #000000;}
h2 {font-size: 16px; color: #000000;}
h3 {font-size: 14px; color: #000000;}
h4 {font-size: 12px; color: #000000;}
h5 {font-size: 10px; color: #000000;}
h6 {font-size: 8px; color: #000000;}

big {font-weight: bold;}

a {color: blue; text-decoration: none;}
a:hover {text-decoration: underline;}

a img {border: none;}

acronym {border-bottom: 1px dashed; cursor:help;} 

hr {display: none;}

ul {padding-left: 1.5em;}

*.key {text-decoration: underline;}

div#logo {
  margin-left: 11.5%;
  }

div#container {
 /* position: relative; */
  width: 30em;
  margin-left: auto; 
  margin-right: auto;
  text-align: left;
  }

div#title {
  text-align: center;
  }
    
div#index {
  margin-top: 1em;
  border-top: 1px dotted gray;
  }

div#note {
  margin-top: 1em;
  margin-bottom: 1em;
  color: gray;
  border-top: 1px dotted gray;
  }

div#note h2 {
  color: gray;
  }

div#footer {
  clear: both;
  text-align: center; 
  border-top: 1px dotted gray;
  }

div#footer *.pad-top {
  padding: 1em 0 0 0;
  }

div#footer *.copyright {
	padding-top: 0.5em;
  }

