body {
    margin-left: 75px;
    margin-top: 50px;
    color: #f0f4e6;
    background-color: #2f2f2f;
	text-align: left;
	font-size: 60pt;
	font-family: georgia, "times new roman", serif;
	width: 800px;
}

.green {
	color: #b9ffab;
}

.big {
	width: 700px;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 2px;
	font-family: georgia;
	font-size: 72pt;
	background-color: #2f2f2f;
	color: #e9ffb1;
}
#prompt
 {
	font-size: 30pt;
	color: #E9FFB1;
}
.small {
	width: 700px;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 2px;
	font-family: georgia;
	font-size: 24pt;
	background-color: #2f2f2f;
	color: #b9ffab;
}

.small2 {
	width: 700px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: 2px;
	font-family: georgia;
	font-size: 24pt;
	background-color: #2f2f2f;
	color: #b9ffab;
}

.small2wh {
	width: 700px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	font-family: georgia;
	font-size: 20pt;
	background-color: #2f2f2f;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.small2bg {
	width: 700px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	font-family: georgia;
	font-size: 20pt;
	background-color: #2f2f2f;
	color: #E9FFB1;
	margin-bottom: 20px;
}

.small:focus{outline: 0;}

.big:focus {
outline: 0;
}

.red {
	color: #ffabb9;
}
.footer {
	font-size: 24pt;
}
a {
	border-bottom-color: #abb9ff;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #abb9ff;
	text-decoration: none;
}
a:hover {
	background-color: #54565d;
	border-bottom-color: #abb9ff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #abb9ff;
	text-decoration: none;
}
.quiz{
  white-space: nowrap;
  font-size: 24pt;
}
.invisible {
  display: none;
}

a {
  cursor: pointer;
}