﻿
    
a.button

{

text-decoration: none;
background-color: #00008B;
color:white; 
font-family:Arial; 
font-size:13px;
font-weight:bold; 
border-width: 2px;
border-style:outset;
/*border-top-color: white;
border-right-color: gre#666;
border-bottom-color: #333;
border-left-color: #858585;*/
width: 130px;
text-align:left; 
display:block; 
}

a.button:link{

  color:white;  
  /* background-color: black; */
    
}

a.button:visited{

   color:#B0E0E6; 
  /* background-color: black; */
    
}

a.button:hover

{
    background-color: red;
    color:white; 
    border-style:inset;    
}

/*a.button:active

{
    
 
    border-top-color: #333;
    border-right-color: #858585;
    border-bottom-color: #DFDFDF;
    border-left-color: #666;
     
}

*/