a.button:link  
{
 font-family: "Arial", Sans-serif;
 font-size:16px; 
 font-weight:bold; 
 text-decoration:none; 
 text-align: center;  
 border-style:outset; 
 border-color:A9 A9 A9; 
 border-width:1px; 
 background-color:grey; 
 width:100pxb;  
 color:DC 14 3C; 
} 


a.button:visited  
{
 font-family: "Arial", Sans-serif;
 font-size:16px; 
 font-weight:bold; 
 text-decoration:none; 
text-align: center;  
border-style:outset; 
 border-color:A9 A9 A9; 
 border-width:1px; 
 background-color:A9A9A9; 
 width:100px;  
 color:DC143C; 
} 

a.button:active  
{
 font-family: "Arial", Sans-serif; 
 font-size:16px; 
 font-weight:bold; 
 text-decoration:none; 
text-align: center;  
border-style:outset; 
 border-color:A9 A9 A9; 
 border-width:1px; 
 background-color:C0C0C0; 
 width:100px; 
 color:DC143C; 
} 

a.button:hover  
{
 font-family: "Arial", Sans-serif;	 
 font-size:16px; 
 font-weight:bold; 
 text-decoration:none; 
text-align: center;  
border-style:outset; 
 border-color:A9 A9 A9; 
 border-width:1px; 
 background-color:C0C0C0; 
 width:100px;  
 color:DC143C; 
} 

