body {
	background-color: #EBEBEB;
}
.main {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	font-weight: bold;
}
.title {
	font-family: Perpetua;
	font-size: small;
	color: #999999;
	font-weight: bold;
}
.link {
	font-family: Perpetua;
	font-size: small;
	color: #999999;
	font-weight: bold;
}
.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.subtext {
	font-size: xx-small;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #666666;
}
a:active {
	color: #999999;
}