/* When you mouse over link color change from blue to red */ 
A:link, A:visited 
{ color: blue; text-decoration: none;} 
A:hover { color: #CC3333; text-decoration: underline; } 
img {
border: thin solid black;
}
/*Choose Option - Botton */ 
ul.menu2{list-style :none;text-align : center} li.menu2{text-align : center } 

a.menu2{ display : block; width :190px; 
text-align : center; font-family: Times New Roman, Times, serif; font-style : normal ; font-size : 9pt; font-weight :color 
:Blue; text-decoration : none; background-color 
:white; padding :1px; border-top : solid none 1px; border-right : solid none 1px; 
border-left : solid none 1px; border-bottom : solid none 1px } 

a.menu2:hover{ 
color :#CC3333; background-color :#FFFFFF; border-top : solid none 1px; border-right 
: solid none 1px; border-left : solid none 1px; border-bottom : solid none 1px } 

html, body
    {
        height: 100%;
        width: 100%;
        overflow-x: scroll;
        overflow-y: scroll;
    } 
    
    
    <style type="text/css">
    a { color: black; }
    a:visited { color: black; }
    </style>