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:yellow;
  font-family:Verdana;
  font-size:12px;
  font-weight:superscript;
}

A:visited {
  CURSOR: hand;
  font-family:Verdana;
  font-size:12px;
  font-weight:bold;
}

body,table{
  background-color:#000000;
  color:#ffffff;
  font-family:Verdana;
  margin:0;
  font-size:12px;
}

.country{
  font-family:Verdana;
  font-size:24px;
  color:orange;
}