/* CSS Document */

BODY {
  background-color: #990000;
  background-image: url(images/bg.gif);
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  margin: 20px;
  }

DIV.page {
  width: 650px;
  background-color: #FFFFFF;
  border: 2px solid #000000;
  padding: 25px;
  text-align: justify;
  margin-top: 10px;
  }

DIV.def {
  width: 700px;
  }

P, UL, OL {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  }

P.top {
  color: #000000;
  font-size: 14px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #990000;
  }

H1 {
  font-size: 16px;
  color: #990000;
  }

H2 {
  font-size: 14px;
  color: #990000;
  }
  
H2 {
  font-size: 12px;
  color: #990000;
  }

A {
  color: #990000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
  }

A:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #990000;
  }

P.footer {
  color: #FFFFFF;
  font-size: 10px;
  margin-top: 0px;
  text-align: right;
  width: 700px;
  }

P.footer A {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #C25555;
  }

P.footer A:hover {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
  }
