.button1 { font: normal bold 10pt/12pt Verdana;
           color: white;
           width: 95px;
           height: 20px;
           text-align: left;
           margin: 20 0 0 0;
           text-decoration: none;
           }
.button2 { font: normal bold 10pt/12pt Verdana;
           color: black;
           width: 95px;
           height: 20px;
           text-align: left;
           margin: 20 0 0 0;
           text-decoration: none;
           }   
a:link.button1,
a:visited.button1,
a:hover.button1      
         { color: orange; text-decoration: none }
a:link.button2,
a:visited.button2,
a:hover.button2      
         { color: black; text-decoration: none }