body {
  text-align: center;
  font: 75% "Lucida Grande", "Trebuchet MS", sans-serif;
  color: #444;
}

a img {
  border: 0;
}

a {
  color: #5566ff;
  
}

#outbox {
  text-align: left;
    width: 986px;
}

#header {
  border-bottom: 3px solid #5599DD;
  margin: 3px 0;
  float: left;
  width: 100%;
}

#header h1 {
  color: #5599dd;
}

#hlogo {
  float: left;
  width: 20%;
  text-align: center;
  padding: 6px 0 0 0;
}

#hright {
  float: left;
}

#bigcontent {
  margin: 3px 0px;
  float: left;
  width: 100%;
}

#divleft {
  width: 20%;
  float: left;
  margin: 0 3px;
  background: #EAF3FD none repeat scroll 0 0;
}

#divcontent {
  float: left;
  width: 78%;
  color: #444;
}

#footer {
  margin: 5px 0;
  border-top: 1px solid #5599DD;
  clear: both;
}

.inputdl dt {
    float: left;
    text-align: right;
    padding-right: 5px;
    margin: 4px 0px;
}

.inputdl dd {
    margin: 4px 0;
}

div.title {
background-color: #FFCCCC;
font-weight: bold;
font-size: 16px;
padding: 3px 0 3px 5px;
}

#paramForm { margin: 5px 0 5px 10px;}
#paramForm dt { float: left; width: 120px;}

input.txt { 
width: 50px; 
font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size: 12px;
}

input.wrong_answer {
width: 50px; 
font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size: 12px;
background-color: red;
}

.qline {
  font-size: 18px;
  font-weight: bold;
  font-family: "Lucida Console", Arial, "MS Trebuchet", sans-serif;
}

.fleft {
  float: left;
  margin: 3px;
}

.clr { clear: both;}

.p1code {
  font-family: "Courier New", monospace, sans-serif;
  padding: 5px 5px;
  border-left: 3px solid #999;
}

