
h3 {
    color : #006699;
}

a  {
    text-decoration : none;
    color : #33AA33;
    background-color : #ffffff;
} 

a:hover {
    text-decoration : none;
    color: #F3AA00;
    background-color : #ffffff;
}
