<!--

body{

background-image:url(wood04.gif);
}

.data16{color:#00008b;
font-family:serif,
fantasy,cursive; 
font-size:20px;text-align:center; 
 font-style:italic;font-weight:bold;
 text-shadow: 7px 7px 0.10em #ff0000;
 padding-bottom:15px;
}

.data19{color:#6600cc;
font-size:13pt;
padding-left:5px;
line-height:150%
}

.data22{
        padding:0px;                    
        border-top-left-radius: 30px;     
        border-top-right-radius: 30px;    
        border-bottom-left-radius: 30px;  
        border-bottom-right-radius:30px;

   }

input{background-color:#ffe4e1;
 border:none;
 border-color:none;
 font-size:25px;
 color:#ff0000;
 font-weight:bold;
 cursor:pointer;
}

button{width:80%;background-color:#ffcccc;border:none;color:#cc00cc;font-size:22px;font-weight:bold;cursor:pointer;
       align:center;
       padding:10px;
        border-top-left-radius: 25px;     
        border-top-right-radius: 25px;    
        border-bottom-left-radius: 25px;  
        border-bottom-right-radius:25px; 

}

a{
 color:#9900ff;
 font-size:16px;
 font-weight:bold;
 width:130px;
 text-align:center;
 border:none;
text-decoration:none;
}

}
a:hover{
 color:#ff0000;
 font-size:18px;
 font-weight:bold;
 border-style:outset;
text-decoration:underline overline;

}

-->