a.button:link  
{ 
 font-size:12px; 
 font-weight:normal; 
 text-decoration:none;
 text-align:center; 
 border-style:outset; 
 border-color:ghostwhite; 
 border-width:3px; 
 background-color:white; 
 width:155px;
 height:23px;    
 color:#800000; 
} 


a.button:visited  
{ 
 font-size:12px; 
 font-weight:normal; 
 text-decoration:none;
 text-align:center; 
 border-style:outset; 
 border-color:ghostwhite; 
 border-width:3px; 
 background-color:white; 
 width:155px;  
 height:23px; 
 color:#800000; 
} 

a.button:active  
{ 
 font-size:12px; 
 font-weight:normal; 
 text-decoration:none;
 text-align:center; 
 border-style:inset; 
 border-color:#C0C0C0; 
 border-width:3px; 
 background-color:#DAE4DC;
 width:155px; 
 height:23px; 
 color:#800000;  
} 

a.button:hover  
{ 
 font-size:12px; 
 font-weight:normal; 
 text-decoration:none;
 text-align:center; 
 border-style:inset; 
 border-color:#C0C0C0; 
 border-width:3px; 
 background-color:#DAE4DC;
 width:155px;  
 height:23px; 
 color:#800000;  
} 