.bigtext {
	font-family: times;
	font-size: 24pt;
}




#container{
background-color: #00CC99;
/*mint color background*/
width: 600px;
height: 900px;
float: left;
padding-left: 10px;
padding-top: 5px;
padding-right: 10px;
text-align: center;

}



#quizresults {
height: 100px;
width: 300px;
background-color: yellow;

}



