body {
	font-family: Verdana, sans-serif;	
	font-size: 16px;
	line-height: 20px;
	color: #372C2A;
	background-color: #DDF0FE;
	background-image: url('background.jpg');
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 25px;
}

h1 {
	font-family: Papyrus, Verdana, serif;
	font-size: 32px;
	line-height: 38px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-color:#372C2A;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-family: Papyrus, Verdana, serif;
	font-size: 20px;
	line-height: 26px;
	text-decoration: underline;
	border-color:#372C2A;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	margin-top: 12px;
	margin-bottom: 12px;	
}

ul {
	list-style-type: square;
	font-family: Verdana, sans-serif;
	margin-left: 35px;
	padding: 6px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a { 
	text-decoration: none;
	font-weight: bold;
	color: #0F2753;
}

a:hover {
	border-style: dotted;
	color: #4F5370;
}


a:visited {
	color: #372C2A;
}

.content { 
	position: center;
	background-color: white;
	padding: 10px;
	margin: 10px;
	width: 700px;
}

.footer {
	text-align: left;
	margin: 10px;
}