/* LINK STYLES */

a:link  {
  color: #1111DD; text-decoration: none;
  }
a:visited {
  color: #1111DD; text-decoration: none;
  }
a:hover {
  color: #66BB66; text-decoration: underline;
}
a:active {
  color: #1111DD; text-decoration: none;
}

/* TEXT STYLE */

.top {
  border-width: 1px;
  border-color: #CCCCDD;
  background-color: #EEEEFF;
  border-style: solid;
  padding: 2px;
  text-align: center;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #333333;
}

.content {
  border-width: 1px;
  border-color: #CCCCCC;
  background-color: #EEEEEE;
  border-style: solid;
  padding: 2px;
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
}

.text {
  font-family: Verdana;
  font-size: 10px;
  color: #333333;
}


