﻿ .button   
{
    background-color: #A7D226;
    border-color: #A7D226;
    border-width: 2px;
    text-decoration: none;
    color: White;   
    width: 60px;
    text-align: center;
       
}
  
.buttontext { 
            text-decoration: none;   
            font: bold 12pt Arial;
            }

.buttonover  { 
            text-decoration: none;
            font: bold 12pt Arial;
            cursor: hand;}

