

span {
    background: transparent;
    color : rgb(255, 255, 255);
    font-family : Tahoma;
    font-size : 10px;
  }


.title {
    background: transparent;
    font-family: Tahoma;
    color: rgb(255, 146, 255);
    font-weight: bold;
    font-size: 10px;
  }


A {
    background-color : transparent;
    color : rgb(255, 255, 255);
    font-family : Tahoma;
    font-size : 10px;
    text-decoration : underline;
  }

A:hoover {
    background-color : transparent;
    color : rgb(255, 146, 255);
    font-family : Tahoma;
    font-size : 10px;
    text-decoration : underline;
  }
