body
{
	font-family: georgia, verdana, arial, sans-serif;
	color: #000000;
	background-color: #f0f0fa;
}

.maintable
{
	width:					90%;
	float:				right;
}

.entrytitle
{
	padding:			2px;
	border-style:		solid;
	border-width:		thin;
	font-size:			large;
	text-align:			left;
	background-color:					#009C63;
	color:			#000000;
}

.entrysection
{
	margin: 1em;
	padding-left: 1em;
	padding-right: 1em;
	text-align: justify;
	border: 1px solid black;
	background-color: White;
}
.centeredsection
{
	margin: 1em;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
	border: 1px solid black;
	background-color: White;
}

.links
{
	font-size:			smaller;
	text-align:			left;
}

.header
{
	font-weight:		bold;
	color:					#006699;
}

.navigate
{
	text-align:			center;
}

.footer
{
	color:					#999900;
	font-size:			smaller;
	text-align:			center;
}

a:link
{
	color:			#999900;
	text-decoration:	underline;
}

a:active
{
	color:			#333399;
	text-decoration:	underline;	
}

a:visited
{
	color:			#999999;
	text-decoration:	underline;
}

a:hover
{
	color:			#000000;
	text-decoration:	underline;
}
