.text {
          font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
          font-size: 14px;
          font-weight: bold;
          font-style: italic;
          color: #ffffff;
          margin-top: 0px;
          padding-top: 5px;
          margin-left: 0px;
          margin-right: 0px;
          padding-bottom: 2px;
          text-decoration:none;
}
.text A:{
          color: #ffffff;
          text-decoration:none;
}
.text A:link{
          color: #ffffff;
          text-decoration:none;
}

.text A:visited{
          color: #ffff00;
          text-decoration:none
}

.text A:hover{
          color: #ffffff;
          text-decoration:underline;
}
.text A:active{
          color: #ffffff;
          text-decoration:none;
}