body {
	background-color: #36c8fb;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #0d336d;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #0d336d;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 20px;
	color: #0d336d;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 16px;
	color: #0d336d;
	font-style: italic;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #0d336d;
}

a {
	color: #0d336d;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-style: italic;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

