<style
type="text/css">
A:link { 
    COLOR: blue; 
    text-decoration: none;
    font-weight: normal;
}
A:visited { 
    COLOR: red; 
    text-decoration: none;
    font-weight: normal;
}
A:active { 
    COLOR: black; 
    text-decoration: none;
    font-weight: normal;
}
A:hover { 
    COLOR: #128200; 
    text-decoration: none;
    font-weight: bold;
    border-top: 0px solid;
    border-right: 0px solid;
    border-bottom: 0px solid;
    border-left: 0px solid;
    font-size: 100%;
}

</style>

