body {
	margin: 0;
	padding: 0;
	font-family: Times, serif;
	font-size:1em;
	color: #520155;
	background-color:#c8a2c8;
	}
a {
	color: #7735A2;
	text-decoration:none;
	}
a:visited {
	color:#D26EFD;
	text-decoration:none;
	}
a:active {
	color:#B159FD;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border:none;
	}
h1, h2, h3, h4, h5, h6 {
	margin-top:.5em;
	margin-bottom:.8em;
	padding: 0;
	color: #9B50C7;
	font-family: Courier, serif;
	}
h1 {
	text-align:center;
	font-size:1.3em;
	}
h2 {
	text-align:left;
	font-size:1.05em;
	}
blockquote {
	margin: 10px 30px 10px 30px;
	padding: 0 10px 0 10px;
	border-left: 2px solid #CCCCCC;
	color:#CC3300;
	}
.content {
	margin-left:auto;
	margin-right:auto;
	width:55%;
	color:#d6cadd;
	background-color:#550870;
	padding:1em;
	}
.center {
	margin-left:auto;
	margin-right:auto;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
	

/* navigation sidebars */
.leftnav {
	position:fixed;
	left:10%;
	top:2%;
	}
.rightnav {
	position:fixed;
	right:10%;
	top:2%;
	}