#abody{
  background-color: #66FF99;
  width:900px;
  margin-left: 10px;
}
.wrapper{
  background-color: #66FF99;
  width:100%;
}
#title{
  position:absolute;
  top:2px;
  overflow: hidden;
  text-align: left;
  font-family: Monotype Corsiva;
  font-size: 40px;
  color:white;
  margin-right:0px;
  margin-left:0px;
  margin-top:5px;
  margin-bottom:0px;
  padding-right:0px;
  padding-left:0px;
  padding-top:0px;
  padding-bottom:0px;
  width:99%;

}


#header{
  background-image: url(Images/header.jpg);
  background-color:  #66FF99;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  width:99%;
  text-align: center;
  font-family: Monotype Corsiva;
  font-size: 40px;
  color:white;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  padding-right:0px;
  padding-left:0px;
  padding-top:0px;
  border: solid 8px;
  border-color: yellow;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.content{
  position:absolute;
  top:200px;
  width:99%;

}

.mC {
  width: 15%;
  margin: 5px;
  float: left;
  height:100%;
  background-color: #FFFF33;
  background-image: url(Images/menu.gif);
  background-repeat: no-repeat;

}

.mH {
  color: #60c;
  cursor: pointer;
  font-weight: bold;
  background-color:  #33FF00;
}

.mL {
  display: none;
  margin-bottom: 10px;
  background-color:  #33FF00;
}

.mO {
  margin-left: 10px;
  text-align: center;
  display: block;
  background-color:  #33FF00;
}

.but{
  background-color: #0099FF;
  border-style: outset;
  width: 100%;
  height: 35px;
}

a{
  color: #000000;
  text-decoration: none;
}

#answer{
  background-color: #66FF99;
  top: 0px;
  width:100%;
  height: 200px;
  margin-right: 15px;
           overflow: visible;
  border: solid 2px;
  border-color: yellow;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#iframe { background-color: #CCFFFF;
			height: 2000px;
			width: 100%;
            overflow: visible;
  border: solid 2px;
  border-color: yellow;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
		}
a#special{
  text-decoration: underline;
        }


 #styled {
   background-color: #FFD700;
   width: 600px;
	height: 50px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: bold;
      border-color: red;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
