body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #4B3366;
	background-image: url("images/fleur_back.jpg");
	background-repeat:repeat-y;
}
a:link {
	text-decoration: none;
	color: #330033;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	color: #993399;	
	}
a:active {
	text-decoration: underline;
	color: #993399;	
	}
a:visited {
	text-decoration: none;
	color: #330033;
	font-weight: bold;
				}
.leftnav {
	background-color: #FFE9AE;
	text-align: left;
	padding: 5px;
	clear: left;
	float: left;
	width: 150px;
	border: 3px solid #996699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-left: 10px;
}
li.nav {
	padding-bottom: .4em;
	}
	
h1 {
	font-size: x-large;
	font-variant: small-caps;
}
h2 {
	font-size: large;
	padding-top: 1em;
	border-top-color: #333333;
	border-top-width: 1px;
}
h3 {
	font-size: Medium;
	font-style: italic;
}
.content {
	background-color: #FFE9AE;
	margin-right: 10px;
	margin-left: 185px;
	border: 3px solid #996699;
	padding: 5px;
	border-color: #996699;
}
.topnav {
	background-color: #FFE9AE;
	border: 3px solid #996699;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:0.5em;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	}
