body {
  background: #f0f0d0 url(altacumbre4.jpg) no-repeat top left;
  font: 12pt/17pt trebuchet ms;
}

div.header {
  font: small-caps bold 14pt trebuchet ms;
  text-align: right;
  height: 80px;
  line-height: 45px;
  color: #cccc66;
}

div.body { 
  width: 90%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;


 }

.question { 
  background-color: #999999;
  padding: 10px;
 }

.righter { 
   position:relative;
   top: -30px;
   border: 1px solid;
   padding: 10px;
   
   float: right;
   text-align: right;
   background-color: #dddddd;
   font: 14pt trebuchet ms;
  }

/*redefine the link style for the header.*/
div.header A:link, div.header A:visited {  
     text-decoration: none;
     color: #cccc66;
}
div.header A:hover { 
     text-decoration:none;
     color: #ffff67;
}

h3 { 
  color: #0044dd;
  font: 14pt trebuchet ms;
}

.float_left { 
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
