body {
	background-color: #FFFFCC;
}

H1 {
	text-align: center;
	font-family: "Times New Roman",Times,serif;
	color: #663300;
	size: xx-large;
}

H2 {
	text-align: center;
	font-family: "Times New Roman",Times,serif;
	color: #663300;
	size: x-large;
}

H3 {
	text-align: center;
	font-family: "Times New Roman",Times,serif;
	color: #663300;
	size: large;
}

p, li {
	color: #663300;
	size: medium;
}

A:link, A:visited {
	color: #663300;
	text-decoration: underline;
}