html,body{

padding:0px;
margin:0px;
}

body{
font-family: "Georgia"; 
background-color:#FFFFFF;
}

div.heading{
border-bottom:3px solid #889540;
font-family:"Georgia";
font-size: 36px;
}


div.headingtip{
border-bottom:3px solid #889540;
font-family:"Georgia";
font-size: 24px;
}


hr{
color:#889540;
}

input,textarea{
border:2px #000000 solid;
background:#c8dc6f;
color:#000000;
font-size:12px;
font-family:"Georgia";
}

input#quizr{
background:#FFFFFF;
border:0px #000000 solid;
}
