body {
	background-position: right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(bg.jpg);
}
h2 {
	font-family: roman, 'times new roman', times, serif;
	text-align: center;
	color: #A891AD;
}
p {
	font-family: roman, 'times new roman', times, serif;
	color: #92A0BB;
	margin-left: 5%;
	margin-right: 15%;
}
h3 {
	font-family: roman, 'times new roman', times, serif;
	margin-left: 10%;
	color: #A891AD;
}	
ul {
	color: #ADA2B2;
	font-family: roman, 'times new roman', times, serif;
}
li {
	color: #ADA2B2;
	font-family: roman, 'times new roman', times, serif;
	margin-right: 50%;
}
a:link {
	text-decoration: none;
	color: #B779E6;
}
a:visited {
	text-decoration: none;
	color: #805D9A;
}
	