/* CSS Document */

<STYLE TYPE="text/css">

.plain { 

 text-decoration: none; 

 color: #000000;

 font-family: "trebuchet ms"; 

 font-size: 10pt;
 font-weight:bold;
} 

 

.plain:link { 

 text-decoration: none; 

 color: #000000;

 font-family: "trebuchet ms"; 

 font-size: 10pt;
 
 font-weight:bold;
 } 

 

  .plain:visited { 

 text-decoration: none; 

 color: #000000;

 font-family: "trebuchet ms"; 

 font-size: 10pt;
 
 font-weight:bold;
} 



 .plain:hover { 

 text-decoration: none; 

 color: #999999;

 font-family: "trebuchet ms"; 

 font-size: 10pt;
 font-weight:bold;
 } 

.buton { 

 text-decoration: none; 

 color: #7FE5B2;

 font-family: "impact"; 

 font-size: 12pt;
} 

 

.buton:link { 

 text-decoration: none; 

 color: #999999;

 font-family: "impact"; 

 font-size: 12pt;
 } 

 

  .buton:visited { 

 text-decoration: none; 

 color: #999999;

 font-family: "impact"; 

 font-size: 12pt;
} 



 .buton:hover { 

 text-decoration: none; 

 color: #FFFFFF;

 font-family: "impact"; 

 font-size: 12pt;
 } 

 

</style>
