body
{
	font-family:		georgia, verdana, arial, sans-serif;
	color:					#000000;
	background-color:	#ffffff;
}

.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;
}

.currententry
{
	padding:				1em;
	text-align:			justify;
}

.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;
}

