
/* Style sheet for zoombats.com web site */
h1, h2, p, li, td {font-family:Arial}

h1, h2 {color:#00000}

body {background-color:#ffff99}


a.button:link  
{ 
 font-family:Arial;
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:outset; 
 border-color:#FFCC00; 
 border-width:5px; 
 background-color:#FFFF00; 
 width:125px;  
 color:#666666; 
 display:inline;
  margin:-5;
} 


a.button:visited  
{ 
 font-family:Arial;
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:outset; 
 border-color:#666666; 
 border-width:5px; 
 background-color:#FFFF00; 
 width:125px;  
 color:#666666; 
 display:inline;
  margin:-5;
} 

a.button:active  
{ 
 font-family:Arial; 
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:inset; 
 border-color:#ffcc00; 
 border-width:5px; 
 background-color:#FFFF00; 
 width:125px; 
 color:#666666; 
 display:inline;
  margin:-5;
} 

a.button:hover  
{ 
 font-family:Arial;
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:inset; 
 border-color:#CC9933; 
 border-width:5px; 
 background-color:#FFFF00; 
 width:125px;  
 color:#666666; 
 display:inline;
  margin:-5;
} 




