/* CSS Document */

body {
  margin: 5px 5px 20px 40px;
  padding: 0px 0px 0px 0px;
  background-color:#000000;
  color:#999966;
  font-family: Courier New, Courier, mono;   
  font-size:12px;
  line-height:16px;
}

table {
  background-color:#111111;
  spacing: 25px;
  color:#E6F1AA;
  font-family:Courier New, Courier, mono;   
  font-size:12px;
  line-height:16px;

 
}

tr, td {
  color:#E6F1AA;
  font-family: Courier New, Courier, mono;   
  padding: 25px;
  font-size:12px;
  line-height:16px;

  border-bottom: 1px solid #E6F1AA;
  border-top: 1px solid #E6F1AA;
  border-left: 1px solid #E6F1AA;
  border-right: 1px solid #E6F1AA;
}


a {
  font-family:Courier New, Courier, mono;
  color: #ffffff;
  text-decoration: none;
}

a:link {
  color: #999966;
  text-decoration: none;
  font-family:Courier New, Courier, mono;   
  font-size:12px;
}

a:visited	 {
  color: #999966;
  text-decoration: none;
}

a:active {
  color: #647FAE;
  text-decoration: strong;
}

a:hover {
  color: #cc0033;
text-decoration: strong;
}


ul {
  color:#E6F1AA;
  font-family: Courier New, Courier, mono;
  font-size:12px;
  line-height:17px;
  list-style: square;
}

li {
  list-style: square;
  line-height:17px;
  color:#E6F1AA;
  font-family: Courier New, Courier, mono;
  font-size:12px;
  line-height:17px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 6px;
  margin-bottom: 0px;
}


