.wrapper {
	width: 1020px;
	border: thick double #000000;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: ffffcc;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}
.paragraphitalic {
	font-style: italic;
	font-size: 18px;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: ffffcc;
}
.paragraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}
.headlinesmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: lowercase;
	color: ffffcc;
}
a:link {
	color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
.paragraph20 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}
