body{
	margin: 10px;
}

h1{
	margin-top: 20px;
	margin-bottom: 20px;
}
h2{
	margin-top: 20px;
	margin-bottom: 20px;
}
h3{
	margin-top: 20px;
	margin-bottom: 20px;
}
h4{
	margin-top: 20px;
	margin-bottom: 20px;
}

p{
	margin-bottom: 15px;
}

hr{
	color: #aaa;
	height: 1px;
	width: 80%;
	border: 1px dotted;
	margin: 5px auto 5px auto;
}

#header{
	text-align: center;
	width: 100%;
	margin: 0 0 10px 0;
}

#footer{
	color: #aaa;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
}

#main{
	margin: 0 50px 0 50px;
	padding: 5px 5px 5px 5px;
}

blockquote{
	border-left: 5px solid #eee;
	padding-left: 10px;
	margin-left: 20px;
}

blockquote blockquote{
	border-left: 5px solid #fee;
	padding-left: 10px;
	margin-left: 10px;
}

blockquote blockquote blockquote{
	border-left: 5px solid #eef;
	padding-left: 10px;
	margin-left: 10px;
}

td{
	text-align: center;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #f8f8f8;
}

th{
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

