body {
	color: #A4ACE2;
	background-color: #000000;
	font: 24px georgia, times, times new roman, serif;
	line-height: 1.5em;
}

a:link, a:visited {
	color: #6D58AD;
	text-decoration: underline;
}

a:hover {
	color: #967CBF;
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: none;
}

p {
	margin-left: 35px;
	margin-right: 35px;
	text-align: justify;
}

h1 {
	text-align: center;
	color: #9794D8;
	font: 72px hoefler text, georgia, times, times new roman, serif;
	font-style: italic;
	line-height: 1.1em;
	border-bottom: 3px solid #9794D8;
}



#main {
	margin-top: 70px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#signature {
	text-align: right;
	font-style: italic;
}
