body {
	font-size: 20px;
	line-height: 100%;
	font-family: Verdana, Geneva, sans-serif;
 }
 
body {background: #f0f0f0;}
 
#container {
	position: relative;
	left: -350px;
	width: 600px;
	margin: auto;
	background-image: url(paper.jpg);
 }
 
a {text-decoration: underline;}
 
	a:link {color: #556b2f;}
 
	a:visited {color: brown;}
 
	a:hover {color: #a0522d;}
 
	a:active {color: #ffffff;}
 
img {
	float: left;
	border: 4px solid #ffffff;
 }
 
#header {
	height: 50px;
	width: 500px;
	margin: 0;
	padding: 1px 0 10px 3px;
	border-style: solid;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
 }
 
	#header h1 {
		font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;
		font-size: 45px;
		text-indent: 10px;
	 }
 
.content {
	width: 500px;
	height: 400px;
	text-indent: 20px;
	padding: 20px;
 }
 
	.content::first-letter {
		font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;
		font-size: 40px;
		color: #000000;
	 }
 
	.content p {
		font-family: "Arial Black", Gadget, sans-serif;
		font-size: 1em;
		word-spacing: 2px;
	 }
 
#aside {
	position: relative;
	top: -500px;
	left: 610px;
	width: 200px;
	height: 350px;
	padding: 15px;
        font-family: "Arial Black", Gadget, sans-serif;
	background-image: url(linksbg.jpg);
	text-align: center;
 }
 