/* Style */

body
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #000000;
        padding: 0px 0px 0px 0px;
        margin-bottom: 0px;
        background-color: #9e9e9e;
}

a:link, a:visited, a:active
{
        font-weight: normal;
        color: #9e9e9e;
        text-decoration: underline;
}

a:hover
{
        font-weight: normal;
        color: #777777;
        text-decoration: underline;
}

/* Layout */

div#center
{
        position: absolute;
        top: 10px;
        left: 10%;
        width: 80%;
        padding: 10px 10px 10px 10px;
        margin-bottom: 10px;
        color: #000000;
        background-color: #ffffff;
}

h1, h2, h3
{
  color: 9e9e9e;
  text-align: center;
}

b
{
  color: 0000cc;
  font-size: 16px;
  font-weight: bold;
}

pre
{
  color: 9e9e9e;
}

hr
{
  width: 90%;
  color: 9e9e9e;
}
