.button1 { font: normal bold 9pt/12pt arial;
           color: gray;
           width: 120px;
           height: 20px;
           background-color: white;
           border: 2px solid white;
           padding: 0 0 0 8
           }
.button2 { font: normal bold 9pt/12pt arial;
           color: gray;
           width: 120px;
           height: 20px;
           border: 2px solid #E0E0E0;
           padding: 0 0 0 8
           }
.button3 { font: normal bold 9pt/12pt arial;
           color: gray;
           width: 120px;
           height: 20px;
           border: 2px solid rgb(127,10,115);
           padding: 0 0 0 8
           }
a:link.button1,
a:visited.button1,
a:link.button1,   
a:hover.button1      
              { text-decoration: none }
a:visited.button2,
a:link.button2,   
a:hover.button2      
              { color: gray; text-decoration: none }
a:visited.button3,
a:link.button3,   
a:hover.button3      
              { color: gray; text-decoration: none }