body{
          background-color:   #000;
}

a:link, a:visited, a:active{
          font-family:        verdana;
          font-size:          12px;
          color:              white;
          line-height:        200%;
          text-decoration:    none;
}

a:hover{
          font-family:        verdana;
          font-size:          12px;
          color:              red;
          line-height:        200%;
          text-decoration:    none;
}
