  <style type="text/css"> 
   body {
    background-color: white;
    color: black;
    font-family: Arial, sans-serif;
    font-size: small;
    margin: 15px;
  } 
  #font19{ font-size: 19px;}
  form.query-box {
    font-size: 15px;
    margin-top : 0px;
    margin-right : 0px;
    margin-bottom : 4px;
    margin-left : 0px;
    width: 100%;
  } 
  input.query-input {
    padding-left : 2px;
    margin-bottom : 4px;
    width: 500px;
    border: 1px solid #BCCDF0;
  }
  input.button {
    margin-top : 4px;
  } 
  div#main {
    width: 500px;
  }
   div#results {
    padding-top: 20px;
    width: 500px;
  }
   div#results_title {
    color: lightgray;
    font-weight: bold;
  }
   div#results_body {
    color: gray;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #box530 {
float:left;
width:530px;
margin:5px;
}
#box210 {
float:left;
width:210px;
margin:5px;
}
#clear{clear:both;}
  </style>   
