.red, .redclicked 
{ 
background:url("spheres/butred.gif") 
} 

.blue, .blueclicked 
{ 
background:url("spheres/butblue.gif") 
} 

.yellow, .yellowclicked 
{ 
background:url("spheres/butyellow.gif") 
} 

.white, .whiteclicked 
{ 
background:url("spheres/butwhite3.gif") 
} 

.red, .redclicked, .blue, .blueclicked, .yellow, .yellowclicked, .white, .whiteclicked 
{ 
height:60px; 
width:60px; 
line-height:60px; 
text-align:center; 
color:white;
font-family:verdana;
font-size:20px;
}

.red, .blue, .yellow, .white 
{ 
background-position: top left; 
} 

.redclicked, .blueclicked, .yellowclicked, .whiteclicked
{ 
background-position: -60px 0; 
}

.caption
{
visibility:hidden;
background-color: white;
color: black;
height:12px;
font-size:10px;
font-family:verdana;
position:absolute;
top:5px;
}  

.countdown
{
background-color: white;
color: black;
height:12px;
font-size:10px;
font-family:verdana;
position:absolute;
top:5px;
} 

a, a:Visited, p  
{
font-family : verdana;
color : white;
}



