.eQuizButton {
	font-family: sans-serif;
    letter-spacing: 1px;
	background: #0056a3;
	border: none;
}

.eQuizButton:hover {
	background: #3b7db8;
	border: none;
}

.eQuizButton:active {
	background: #336b9e;
	border: none;
}

body {
	background-color: white !important;
}