@charset "utf-8";
/* CSS Document */

html
{
	background-color:#eee;
	margin: 0;
	padding: 0;
}

body
{
	color: #000000;
	font-family: verdana, geneva, sans-serif;
	min-height: 650px;
	padding: 0; 
}

h1
{
	font-size:22x;
	font-style: normal;
	font-weight: normal;
}

h2
{
	font-size:19x;
	font-style: normal;
	font-weight: normal;
}

img
{
	margin-right: 20px;
}

a
{
	color: #1D77B6;
}

.question_text {
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
	font-size: 16px;
	font-family: verdana, geneva, sans-serif;
	background: #fff;
	border: 1px solid #d8d7ca;
	border-radius: 4px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.question_body {
	font-size: 16px;
	background: #eee;
	margin: 10pt auto;
}

.bluebtn {
	background: #1D77B6;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	padding: 10px 30px;
	border-radius: 5px;
	cursor: pointer;
	margin: 0;
	text-align: center;
}