a:link
{ 
display:block; 

width: 100px; 

color: #7F7F7F; 

text-decoration:none; 

font-family: verdana; 

font-size: 13pt;

background-color: #E0E0E0;

border: 1px solid #000000;

text-align: center;}


a:hover
{ 
display:block; 

width: 100px; 

color: #E0E0E0; 

text-decoration:none; 

font-family: verdana; 

font-size: 13pt;

background-color: #7F7F7F;

border: 1px solid #000000;

text-align: center;}



a:active
{ 
display:block; 

width: 100px; 

color: #E0E0E0; 

text-decoration:none; 

font-family: verdana; 

font-size: 13pt;

background-color: #7F7F7F;

border: 1px solid #000000;

text-align: center;}


a:visited
{ 
display:block; 

width: 100px; 

color: #7F7F7F; 

text-decoration:none; 

font-family: verdana; 

font-size: 13pt;

background-color: #E0E0E0;

border: 1px solid #000000;

text-align: center;}