		#quizdiv { position: relative; width: 306px; height: 410px; border: 2px solid black; text-align: left; font-size: 1.2em; line-height: 1.2em; }
		.quizquestion { font-weight: bold; background-color: #C5CCD3; padding: 5px; }
		.quizanswer { color: #990000; margin-top: 5px; padding: 5px;}
		.quizanswer a { text-decoration: underline;}
		.quizanswer a:visited { color: inherit; }
		.quizgotit { background-color: #ccffcc; }
		.quizright { background-color: #ccffcc; }
		.quizwrong { text-decoration: line-through; }
		.scoredisplay { position: absolute; font-weight: bold; background-color: #C5CCD3; padding: 5px; bottom: 0px; width: 296px; }
		.nextquestion { text-align: center; font-weight: bold; padding: 5px; margin-top: 10px; }
		.nextquestion a { text-decoration: none; border: 2px outset gray; padding: 5px; background-color: #cccccc; }
		.nextquestion a:visited { color: inherit; }
		.answermessage { text-align: center; font-weight: bold; padding: 5px; border-top: 1px solid black; }
		.answerextra { padding: 5px; }
		.resultmessage { padding: 5px; font-weight: bold; text-align: center; }
		.tweetit { padding: 5px; font-weight: bold; text-align: center; }
		.tweetit a:visited { color: inherit; }

