body {
	font-size: 10px;
	margin: 50px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/background.jpg);
	background-position: center;
}

#content {
	background-color:white;
	font-size: 14px;
	color: #000000;
	width: 800px;
	margin: 0px auto;
	padding: 15px;
	border: 2px solid;
	}
#content img {
	text-align: left;
}


#navbar {
	text-align: center;
	background-color: #003333;
	border: thin solid #000000;
	text-decoration: none;
	color: #003333;
}

p {
	font-size: 12pt;
	font-weight: bold;
	text-align: justify;
	color: #000000;
	}	
h1 {
	font-family: "Comic Sans MS";
	font-size: 28px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: 22px;
	color: #000000;
	text-align: justify;
}
h3 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	text-align: left;
}


#content #form1 {
	text-align: left;
}
