body
{
	margin: 0px;
	padding: 0px;
	background-color: #D2E7FF;
}

h1.header
{
	margin: 50px 0px 0px 0px;
	/*font-family: 'Josefin Sans Std Light', arial, serif;*/
	font-size:25px;
	/*font-family: 'Trebuchet MS', Helvetica, sans-serif;*/
	font-family: 'Rokkitt', serif;
	text-align: center;
	font-weight: normal;
}

p.main
{
	text-align: center;
	/*font-family: Georgia, Serif;*/
	font-family: 'Rokkitt', serif;
}

fieldset {
	text-align: center;
	margin: 0px auto;
	width: 400px;
	border-color: white;
	outline-color: red;
}
