a.button:link  
{ 
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none;
 text-align:center; 
 border-style:outset; 
 border-color:grey; 
 border-width:3px; 
 background-color:#800000; 
 width:130px;  
 color:white; 
} 


a.button:visited  
{ 
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none;
 text-align:center; 
 border-style:outset; 
 border-color:grey; 
 border-width:3px; 
 background-color:#800000; 
 width:130px;  
 color:white; 
} 

a.button:active  
{ 
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none;
 text-align:center; 
 border-style:inset; 
 border-color:silver; 
 border-width:3px; 
 background-color:#FFFFFF;
 width:130px; 
 color:black; 
} 

a.button:hover  
{ 
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none;
 text-align:center; 
 border-style:inset; 
 border-color:silver; 
 border-width:3px; 
 background-color:#FFFFFF;
 width:130px;  
 color:black; 
} 


