@charset "utf-8";
/* CSS Document */

* {
font-family: Georgia, "Times New Roman", Times, serif;
}

a:hover {
text-decoration: none;	
}

body {
background: rgb(249,229,220);
margin: 0;
padding: 40px;
}

#centre {
position: relative;
width: 750px;
margin: 0px auto;
padding: 0;
}

#sidebar {
position: absolute;
top: 0;
right: 0px;
width: 200px;
}
	#sidebar p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	}

#endnote {
background: rgb(255,255,255);
padding: 10px;
margin: 0 0 0 0px;
width: 500px;
border: 1px solid rgb(123,0,37)
}
	#endnote p {
	font-size: 14px;
	line-height: 24px;
	padding-top: 0;
	margin-top: 0;
	}
	a {
	color: rgb(123,0,37);
	}
	a:active {
	color: rgb(206,99,0);
	}