img {
   border:1px green solid;
}

.wrapper{
   width:880px; 
   margin:auto; 
   padding:0; 
   border:0 solid;
   text-align:left; 
   font:bold 12pt/14pt times, serif;
}

.menubox {
   float:left;
   border:5px ridge blue;
   background: white; 
   margin: 0;
   width:190px;
   padding:5px;
}

.date {
   background:white;
   color:red;
 }
 
 .c21 {
    background:black;
    color:yellow;
    font:bolder 12pt/14pt arial; 
  }
  
  .imp {
  clear:both;
  color:blue;
  font:bolder 12/14pt arial;
   }
  
  .feedback {
   width:47%;
   float:left;
   background-color:silver;
   border:5px ridge blue;
   margin:1em 5px 1em 0;
   padding:5px;
   color:black;
   }
   
   .imgdiv {
   float:left;
   margin:auto;
   position:relative;
   top:0px;
   height:108px;
   width:140px;
    }
    
   .question {
   color:yellow;
   background-color:black;
   }
   
   .answer {
   color:#004400;
   background-color:#ffffee;
   }
   
   .bar{
   background-color:navy;
   color:magenta;
   font:italic bold 18pt/20pt Times, serif ;
   margin:0 0 80px 0;
   }
   
   .button {
   width:150px;
   text-align:center;
   float:left;
   margin:auto;
   border:thin magenta solid;
   background-color:navy;
   }
   .button A:link {color:magenta;text-decoration: none}
   .button A:visited {color:magenta; text-decoration: none}
   .button A:active {text-decoration: none}
   .button A:hover {font-size:24px; font-weight:bold; color: red;margin:0}
 
   .bigtext{
      text-align:center;
      color:Navy;
      font:bolder 24pt/26pt arial;
      border:thick silver ridge;
      margin-bottom:10px;
      } 
