a.button:link  
{ 
 font-size:12px; 
 font-weight:normal; 
 text-decoration:none;
 text-align:center; 
 border-style:outset; 
 border-color:#FEC95A; 
 border-width:3px; 
 background-color:white; 
 width:155px;  
 color:#4C254F; 
} 


a.button:visited  
{ 
 font-size:12px; 
 font-weight:normal; 
 text-decoration:none;
 text-align:center; 
 border-style:outset; 
 border-color:#FEC95A; 
 border-width:3px; 
 background-color:white; 
 width:155px;  
 color:#4C254F; 
} 

a.button:active  
{ 
 font-size:12px; 
 font-weight:normal; 
 text-decoration:none;
 text-align:center; 
 border-style:inset; 
 border-color:#FEC95A; 
 border-width:3px; 
 background-color:#EFEBE2;
 width:155px; 
 color:#4C254F;  
} 

a.button:hover  
{ 
 font-size:12px; 
 font-weight:normal; 
 text-decoration:none;
 text-align:center; 
 border-style:inset; 
 border-color:#FEC95A; 
 border-width:3px; 
 background-color:#EFEBE2;
 width:155px;  
 color:#4C254F;  
} 
