body{
	top:0px;
	margin:10px;
}

.floatRight{
	float:right;
}

.blackBorder{
	border:2px solid #000000;
}

.small{
	font-size:smaller;
}

.topnav{
	background-color:#8ab49e;
	margin:0px;
	padding:2px;
	text-align:center;
}

.content{
	margin-right:5px;
	margin-left:5px;
	margin-top:20px;
	margin-bottom:0px;
}

a:link, a:visited, a:active, a:hover{
	font-weight:bold;
	text-decoration:none;
}

.nav{
	text-align:center;
}

.quote{
	font-style:italic;
	font-weight:bold;
	color:#993333;
}

hr{
	width:80%;
	color:#993333;
	height:3px;
}