#base_body{
          width: 100%;
          text-align: center;        
}

#title{
         width: 700px;
         border-top: 0px;
         border-bottom: 3px blue solid;
         border-left: 0px;
         border-right: 0px;
         text-align: left;
         font-size: 11px;
         }


#q_title{
         width:700px;
         border-top: 0px;
         border-bottom: 3px blue dashed;
         border-left: 0px;
         border-right: 0px;
         background-color: #FFFFCC;
         text-align: left;
         font-size: 17px;
         font-weight: bold;
         color: #FF6600;
}

#q_text{
        width: 700px;
        padding-top: 10px;
        padding-bottom: 20px;
        border: none;
        text-align: left;
        font-size: 15px;
        color: black;
        
}

#under{
         width: 700px;
         padding-top: 5px;
         border-top: 3px blue solid;
         border-bottom: 0px;
         border-left: 0px;
         border-right: 0px;
         text-align: left;
         font-size: 12px;
         }
