* {
	margin: 0;
	padding: 0;
}
body {
	padding-top: 0.5em;
	text-align: justify;
	font-family: Georgia, serif;
	color: black;
	}

h1 {
	margin-bottom: 20px;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;

}
h2 {
	text-decoration: underline;
	margin-bottom: 0.1em;
}
#wrapper {
	width: 40em;
	margin: 0 auto;
	padding: 0 0.5em 0 0.5em;
}
#content {
	margin-left: 7em;
	border-left: solid 1px;
	padding-left: 0.6em;
}
#navigation {
	float: left;
	list-style: inside;
	list-style-type: none;
	}
#content a {
	color: black;
	text-decoration: underline;
	font-style: italic;
	
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: blue;
}
#content a:hover {
	color: blue;
}
#introduction {
border-bottom: 1px solid black;
padding-bottom: .5em;
}
#news_heading {
margin-top: .4em;
margin-bottom: .4em;
}
p {
margin-top: .6em;
margin-bottom: .4em;
}