A {
  CURSOR: hand;
  color:red;
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  border-bottom:#ffffff;
}

A:hover {
  CURSOR: hand;
  color:lightgreen;
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
}

A:visited {
  CURSOR: hand;
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
}

body,table{
  background-color:#333300;
  color:#99CC99;
  font-family:Verdana;
  margin:0;
  font-size:12px;
}

.section{
  color:orange;
  font-family:Verdana;
  font-size:18px;
  font-weight:bold;
}

.important{
  color:lightgreen;
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
}
.headline{
  color:teal;
  font-family:Verdana;
  font-size:16px;
  font-weight:bold;
}
