.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;  
}

.text A:visited {
    font-weight : bold; 
    font-size: 100%;
    color : #008000;
    text-decoration: none; 
    margin-top: 0in;
    text-align: left;
    }
.text A:hover {
    font-weight : bold; 
    font-size: 100%;
    color : #008000;
    text-decoration: underline; 
    margin-top: 0in;
    text-align: left;
    }
.text A:link {
    font-weight : bold;
    font-size: 100%;
    color : #008000;
    text-decoration: none;
    margin-top: 0in; 
    text-align: left; 
    }