body{
margin: 0px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

}


A:link {
   text-decoration: none;
   color: #0066CC;
}
A:visited {
   text-decoration: none;
}
A:active {
   text-decoration: none;
}
A:hover {
   text-decoration: underline; color: red;
}


.font1 {
   font-family:helvetica;
   font-size:17px;
   font-weight:bold;
   

}
.panel1 {
   background:#E8E8E8 none repeat scroll 0 0;
   border:1px solid #E0DEDE;
   color:#8E8E8E;
   font-family:arial;
   font-size:12px;
   margin:10px;
   padding:5px 10px;
   width:263px;
   text-align: left;
}

input.groovybutton
{
   font-size:30px;
   font-family:Tahoma,sans-serif;
   width:320px;
   height:60px;
   margin-top: 5px;
   margin-bottom: 0px;
}
input.groovybutton2
{
   font-size:30px;
   font-family:Tahoma,sans-serif;
   width:570px;
   height:60px;
   margin-top: 5px;
   margin-bottom: 0px;
}

.groovyform
{
   margin-bottom: 0px;
}
.backgroundpanel1 {
   background-color:#F3F4FE;
   border:1px solid #CCCEF2;
   padding:10px;
   width:80%;
}


