body
  {
    background: url(/background.jpg) fixed;
    color: black;
    position: absolute;
    left: 1%;
    margin: 0px;
    padding: 0px;
    width: 98%;
    height: 100%;
    font-size: 16px;
  }

div.left 
  {
    position: absolute;
    left: 4px;
    top: 1.5%;
    z-index: 99;
  }

div.right
  {
    position: absolute;
    right: 4px;
    top: 1.5%;
    z-index: 99;
  }

div.content 
  {
    margin-left: 80px;
    margin-right: 80px;
  }

img.nav
  {
    margin-bottom: 5px;
    border-width: 0px;
  }

h1
  {
    font-size: 200%;
    font-style: italic; 
    font-weight: normal;
    margin-top: 0px;
    line-height: 20px;
    text-align: center; 
  }

h2
  {
    font-size: 150%;
    font-weight: normal;
    margin-top: 0px;
    line-height: 20px;
    text-align: center;
  }

h3
  {
    font-size: 110%;
    font-weight: normal;
    margin-top: 0px;
    line-height: 20px;
    text-align: center;
  }

sup {vertical-align: super} 

td.quote
  {
    width: 80%;
    font-size: 90%;
  }

p
 {
   text-indent: 1.2em;
   text-align: justify;
 }

p.normal
 {
   text-indent: 0px;
   text-align: justify;
 }

a
 {
   text-decoration: none;
   -moz-border-radius: 0.5em;
 }

a:hover
 {
   background-color: #B2CCCB;
   text-decoration: underline;
   -moz-border-radius: 0.5em;
 }

a.icon:hover
 {
   background-color: transparent;
   -moz-border-radius: 0.5em;
 }

input {padding: 0px}

input.hover:hover {background-color: #B2CCCB}

div.title
 {
   background-color: #C2C4CC;
   padding-top: 1px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 2px;
   font-weight: bold;
   border: solid #5D6B8E 1px;
   -moz-border-radius-topleft: 1em;
   -moz-border-radius-topright: 1em;
 }

div.paragraph
 {
   background-color: #E8E8E8;
   padding-top: 1px;
   padding-bottom: 1px;
   padding-left: 15px;
   padding-right: 15px;
   border: solid #5D6B8E 1px;
   -moz-border-radius-bottomleft: 1em;
   -moz-border-radius-bottomright: 1em;
 }

div.p1
 {
   position: relative;
   background-color: #E8E8E8;
   border: solid #5D6B8E 1px;
   -moz-border-radius: 1em;
 }

div.p2
 {
   padding: 1em;
   padding-bottom: .7em;
 }

dd
 {
   margin-top: .5em;
   margin-left: 1.2em;
 }

li
 {
   margin-left: -.5em;
 }

img.main
{
  margin-left: 5px;
  margin-right: 5px;
  border-width: 0px;
}

img.link
{
  margin-left: 1.5%;
  margin-right: 1.5%;
  border-width: 0px;
}
