<style type="text/css"> 

a:link 
{
 color: none;  text-decoration: none;
}
a:visited 
{  
color: none; text-decoration: none;
}

a.linkbutton:link  
{ 
 font-family: Comic Sans MS; 
 font-size: 10pt; 
 font-weight:bold; 
 text-decoration:none;
 text-align:center; 
 border-style:outset; 
 border-color:#F1BC03; 
 border-width:2px; 
 background-color:#FFFF97; 
 height:26px:
 width:130px;  
 color:blue; 
} 

a.linkbutton:visited  
{ 
 font-family: Comic Sans MS; 
 font-size: 10pt; 
 font-weight:bold; 
 text-decoration:none;
 text-align:center; 
 border-style:outset; 
 border-color:#F1BC03; 
 border-width:2px; 
 background-color:#FFFF4F; 
 height:26px:
 width:130px;  
 color:red; 
} 

a.linkbutton:active  
{ 
 font-family: Comic Sans MS; 
 font-size: 10pt;
 font-weight:bold; 
 text-decoration:none;
 text-align:center; 
 border-style:inset; 
 border-color:#F1BC03; 
 border-width:2px; 
 background-color:#FFFF4F; 
 height:26px;
 width:130px;  
 color:red;  
} 

a.linkbutton:hover  
{ 
 font-family: Comic Sans MS; 
 font-size: 10pt; 
 font-weight:bold; 
 text-decoration:none;
 text-align:center; 
 border-style:inset; 
 border-color:#F1BC03; 
 border-width:2px; 
 background-color:#FFFF4F; 
 height:26px;
 width:130px;  
 color:blue;  
} 

</style>