body {
	background-color: #FFFFCE;
}

.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: .85em;
	color: #000000;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #000000;
	font-style:italic;
	font-weight:200;
}

.copyred {
	font-family: "Times New Roman", Times, serif;
	font-size: .95em;
	color:#FF0000;
}

.boldred {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color:#FF0000;
}

.boldblack {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color:#000000;
}

.copylarge{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000000;
}

.copytiny{
	font-family: "Times New Roman", Times, serif;
	font-size: .75em;
	color: #000000;
}

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: .95em;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffce;
	background-color:#000000;
}

a.navigation:link, a.navigation:visited, a.navigation:hover, a.navigation:visited {
	color:#ffffce;
	font-style: underline;
}

a.copy:link, a.copy:visited, a.copy:hover, a.copy:visited {
	color:#800080;
	font-style: underline;
}