h1 {
	border-color: maroon;
	border-style: solid;
	border-width: 3mm;
	color: teal;
	font-family: "Lucida Handwriting";
	font-style: normal;
	font-weight: 800;
	outline-color: inherit;
	text-align: center;
}

body {
	background-image: url(background.gif);
	background-position: center;
	border-color: maroon;
	border-width: medium;
	color: teal;
	font-family: Arial;
	font-size: large;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
}

p {
	background-image: url(logo3.jpg);
	color: teal;
	font-family: Arial;
	font-size: medium;
	font-weight: normal;
	vertical-align: middle;
}

h2 {
	background-color: #ba9445;
	border-color: maroon;
	border-style: solid;
	border-width: thin;
	color: maroon;
	font-family: Arial;
	font-size: small;
	font-weight: 100;
}

h3 {
	background-color: silver;
	background-position: center;
	border-color: maroon;
	border-style: solid;
	color: teal;
	font-family: Arial;
	font-weight: 600;
}