a {
	color:black;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
	font-family:georgia;
}
a:hover {
	color:#580165;
	text-decoration:underline;
	font-size:10pt;
	font-family:georgia;
}
p {
	font-family:garamond;
	font-size:12pt;
	margin-left:10px;
}
.address {
	font-family:georgia;
	font-size:8pt;
	text-align:center;
}
.email {
	color:black;
	text-decoration:off;
	font-size:8pt;
	font-family:georgia;
}
.email:hover {
	color:#580165;
	text-decoration:underline;
	font-size:8pt;
	font-family:georgia;
}
.title {
	font-weight:bold;
	color:#620522;
	font-size:14pt;
}
.big {
	font-size:18pt;
	font-style:italic;
	color:#620522;
}
body.background {
	background-image: url(images/logo.gif);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
a.more {
	color:#0000FF;
	text-decoration:underline;
}