#bannertext a {
display: inline;
}

A {
 font-weight: normal;
 display: inherit;  
 text-decoration: underline;
}
A:ACTIVE {
 font-weight: normal;
 display: inherit;
 text-decoration: none;
}
A:HOVER {
 font-weight: normal;
 display: inherit;
 text-decoration: none;
}
A:VISITED {
 font-weight: normal;
 display: inherit;
 text-decoration: none;
}
