h1 {
	font-family: "Perpetua Titling MT", Perpetua, "Times New Roman", Roman, serif;
	font-size: 30pt;
	color: #7D60A6;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
body {
	background-color: #d4c5eb;
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}.buttons {
	font-family: "Perpetua Titling MT", Perpetua, "Times New Roman", Roman, serif;
	font-size: 11pt;
	text-transform: uppercase;
	color: 331F51;
}
a:link {
	color: #331F51;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #331F51;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #63002C;
}
.subtitle {
	font-family: "Perpetua Titling MT", Perpetua, "Times New Roman", Roman, serif;
	font-size: 12pt;
	color: #7D60A6;
	font-weight: bold;
	font-variant: small-caps;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #331F52;
}

