h1   {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	color: #0a0080;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	border:  0.2em solid #0a0080;
	background-color: #FFF;
}

h2   {
	font-size: large;
	color: #cc0000;
	background-color: #FFF;
	line-height: 22px;
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 0.7em;

}

h3     {
	color: #0a0080;
	text-transform: none;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}
h4     {
	font-weight: normal;
	font-size: large;
	color: #0a0080;
}

A     {
	font-weight: bold;
	color: #0a0080;
	text-decoration: none;
}
   A:link    {
	color: #0a0080;
	text-decoration: none;
}
   A:visited   {
	color: #0a0080;
	text-decoration: none;
}
   A:hover  {
	color: #cc0000;
}
#date    {
	font-size: small;
	color: #0a0080;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top:  0.2em solid #111166;
}
#toc    {
	font-size: small;
	color: #111166;
	background-color: #FFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top:  1px solid;
	border-right:  1px solid;
	border-bottom:  1px solid;
	border-left:  1px solid;
}
#blockquote   {
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}
.navigation  {
position: absolute;
	top: 0;
	left: 0;
	font-size: small;
	font-weight: normal;
	width: 12em;
}

#content  {
	margin-left: 12em;
}
.footer    {
	clear: both;
	float: bottom;
	text-align: center;
	font-size: small;
}
