@import url("hh_root.css");

body {text-align: center;}
/* The main box containing all content */
.all-content
{
}

.content
{
	padding-top: 40px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	width: 62%;
}

.contentheader
{
 font-weight: bold;
}

.author
{
}

.date
{
	font-family: monospace;
}

.piecedescription
{
	font-style: italic;
}

