 body {
   width: 770px;
      color:#66AACC
 }

 a:hover {
  color: white;  
 }
 
 a:link, a:visited {
   color:#66AACC
 }

 #panel {
    margin-top: 30px;
   font: 120% "Trebuchet MS",Arial sans-serif;
   background: #abcdef;
    margin-left: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  
 }
 
 #banner {
  
  background:transparent url(/images/clock.gif) no-repeat scroll right top ;
   padding: 1em;

   background-color: #002233; 
   -moz-border-radius-topleft: 20px;
   -moz-border-radius-topright: 20px;
   -webkit-border-top-left-radius: 20px;
   -webkit-border-top-right-radius: 20px; 
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
 }
 
 #welcome {
   font: 200% "Trebuchet MS",Arial sans-serif;
 }
 
 #quick_links {
  font: 58% "Trebuchet MS",Arial sans-serif;
   margin-top: 5px;
   padding: 1em;
   text-align: center;
   background: #002233; 
   -moz-border-radius-bottomleft: 20px;
   -moz-border-radius-bottomright: 20px;
   -webkit-border-bottom-left-radius: 20px;
   -webkit-border-bottom-right-radius: 20px; 
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
 }
 

 
.form_div, #result, #problem {
  margin: 32px;

 }

.form_div { 
   color: black;
}
 
#ads {
    margin-left: 40px;
    
  }
 
 #title,
 #place,
 #time {
   color: #0099FF;
 }
 
 #q {
   font: 140% "Trebuchet MS",Arial sans-serif;
   width: 585px;
   background:#FFFFFF none repeat scroll 0 0;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
 }

 #result {
     font: 120% "Trebuchet MS",Arial sans-serif;
     background: #002233;
     padding: 0.5em;
     padding-bottom: 0.25em;
     -moz-border-radius: 20px;
     -webkit-border-radius: 20px;
     border-radius: 20px;
     text-align: center;
  
 }
 
 #problem {
     background: pink;
     padding: 1em;
     -moz-border-radius: 20px;
     -webkit-border-radius: 20px;
     border-radius: 20px;
     color:black;
 }
 


 #json {  
    font: 50% "Trebuchet MS",Arial sans-serif;   
 }
 
 .submit {
  font: 140% "Trebuchet MS",Arial sans-serif;
   margin-left: 5px;
   border: 1px solid #006;
   background: #99BBFF;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;

 }

    