﻿body {
	background-image: url("folded%20paper.jpg");
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
.center {
	margin: auto;
	text-align: center;
	width: 65%;
	font-size: 16px;
}
. h1 {
}
h2 {
	font-size: 24px;
	text-decoration: underline;
	text-decoration: bold;
	text-align: center;
}
h3 {
	text-align: left;
	font-style: italic;
}
h4 {
	text-align: left;
	font-size: 18px;
	text-decoration: bold;
	text-decoration: underline;
}
h5 {
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
	font-style: italic;
	font-size: 16px;
}
h6 {
	font-size: 60px;
	text-decoration: bold;
	text-decoration: underline;
	text-align: center;
}
p1 {
	text-align: center;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
}

ul{
	text-align: left;
	
}
.left {
	margin: auto;
	width: 40%;
	background-color: #ffedb8;
	float: left;
	padding: 30px;
}
.right {
	margin: auto;
	width: 40%;
	background-color: #ffedb8;
	float: right;
	padding: 30px;
}
#footer {
	font-size: .80em;
	text-align: center;
	padding-bottom: 50px;
}
