.BigText {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24pt}
.attribute {  font-family: "Arial Narrow", Arial, "Gill Sans MT Condensed"; font-size: 12pt}
.BigFacts {  font-family: "Arial Black", "Swis721 BlkEx BT", Impact; font-size: 18pt}
.SmallerText { font-family: "Arial Narrow", Arial, "Gill Sans MT Condensed", sans-serif; font-size: 9pt}
a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            #000;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            #000;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  background-color: blue;
  color:            #fff;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  background-color: #000;
  color: white;
  }