@charset "utf-8";
body{
	background-color: #F0F0F0;
	font-family: "Book Antiqua", serif;
	font-size: 14pt;
	color: #000000;
}
h1{
	text-align: center;
	
}
a:link{
	color: #153E7E;
}
a:visited{
	color: #2B60DE;
}
blockquote{
	font-style: italic;
}
.refs{
	font-size: 10pt;
	color: #000000;
}
#content{
	left: 11em;
	position: absolute;
	margin-right: 1em;
}
#sidebar{
	font-size: 10pt;
	left: -3em;
	margin-right: 1em;
	position: fixed;
	top: 2%;
}
#sidebar ul{
	list-style: none inside url("bullet.png");
}
