<style
type="text/css">
A:link { 
    COLOR: #6404b4; 
    text-decoration: none;
    font-weight: bold
}
A:visited { 
    COLOR: #6404b4; 
    text-decoration: none;
    font-weight: bold
}
A:active { 
    COLOR: #6404b4; 
    text-decoration: none;
    font-weight: bold
}
A:hover { 
    COLOR: red; 
    text-decoration: none;
    font-weight: bold
    border-top: 0px solid;
    border-right: 0px solid;
    border-bottom: 0px solid;
    border-left: 0px solid;
    background: #0ffa5a;
    font-size: 110%;
}

ol li {
    list-style-type: none;
    text-decoration: none;
}

li {
    list-style-type: none;
    text-decoration: none;
}

p {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}    
    

p.normal {
    font-weight: normal;
}

</style>

