body,td,th {
  font-family: Tahoma;
  font-size:10pt;
}

.heading {
  font-size:12pt;
  color:green;
}

.white_link:link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

.white_link:visited {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
}

.white_link:hover {
  text-decoration: underline;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
}

.white_link:active {
  text-decoration: none;
}

/* black links */
.black_link:link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
}

.black_link:visited {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 10pt;
}

.black_link:hover {
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
  font-size: 10t;
}

.black_link:active {
  text-decoration: none;
}

/* big black links */
.big_black_link:link {
  color: green;
  text-decoration: none;
  font-weight: bold;
  font-size: 12pt;
}

.big_black_link:visited {
  text-decoration: none;
  color: green;
  font-weight: bold;
  font-size: 12pt;
}

.big_black_link:hover {
  text-decoration: underline;
  color: green;
  font-weight: bold;
  font-size: 12t;
}

.big_black_link:active {
  text-decoration: none;
  font-size: 12pt;
}

/* light black links */
.light_black_link:link {
  color: #000000;
  text-decoration: none;
  font-size: 10pt;
}

.light_black_link:visited {
  text-decoration: none;
  color: #000000;
  font-size: 10pt;
}

.light_black_link:hover {
  text-decoration: underline;
  color: #000000;
  font-size: 10t;
}

.light_black_link:active {
  text-decoration: none;
  font-size: 10pt;
}