body {
	background-color: #FFFFEE;
}

h1{
	font-size: x-large;
	font-family: Arial;
	margin-bottom: 2px;
	margin-top: 5px;
}
.quote {
	font-style: italic;
}

h2 {
	font-size: x-large;
	font-family: Arial;
	margin-bottom: -4px;
	font-weight: bold;
}

h3 {
	font-family: Arial;
	margin-bottom: -4px;
	font-size: x-large;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	text-indent: -5px;
}



p {
	font-size: medium;
	font-family: Arial;
}

li {
	font-size: medium;
	font-family: Arial;
}

a:active {
	color: Green;
}

a:link {
	color: Green;
}

a:visited {
	color: Gray;
}

