@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	background-color: #D3DEEF;
	margin-top: 50px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #C34530;
	line-height: 30px;
	vertical-align: bottom;
}
button {
	font-size: 14px;
	font-weight: bold;
	background-color: #FBCC42;
	line-height: 30px;
	text-align: center;
}

h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
table {
	border: thin solid #7B9CCD;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

