﻿h1 {
	font-size: 1.2em;
	color: #815A1B;
	background-color: #FDF5FE;
	margin-bottom: 5px;
}
h2 {
	font-size: 1em;
	color: #815A1B;
	margin-bottom: 5px;
	background-color: #FCDC7C;
}
h3 {
	font-size: 1.1em;
	color: #815A1B;
	margin-bottom: 5px;
}
p {
	font-size: 1em;
	margin-top: 5px;
	padding: 5px 0px 5px 10px;
}
a {
	text-decoration: none;
}
a:hover {
	background-color: #DFDFDF;
}

