body {
	background-color: black;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 4pt;
		padding-right: 4pt;
	}
	
	a {
		font-family: Arial, sans-serif;
		color: maroon;
		}
		
	a:hover {
			color: red;
			background-color: wheat;
		}	
		
	a:visited {
			color: indianred;
			}	
		
		a.nav {
		font-family: Arial, sans-serif;
		color: moccasin;
		}	
		
		
		
	p {
		margin-top: 6px;
		margin-bottom: 6px;
		
		}	
		
	.linear	{
	border-bottom: silver solid 1pt;
	padding-bottom: 2px;
	}	
		
	H3 {
		font-size: 14pt;
		margin-bottom: 2px;
		}	
		
		
	.dater {
		font-size: 9pt;
		text-align: right;
		margin-top: 4px;
		margin-bottom: 1px;
		border-top: tan solid .5pt;
		}
		
	.btitle {
		font-size: 11pt;
		font-weight: bold;
		margin-top: 3px;
		margin-bottom: 6px;
		}
		
		.bitem {
			font-size: 10pt;
			text-align: justify;
			}
		
	.archi {
		font-size: 11pt;
		color: brown;
		background-color: lightyellow;
		padding: 4px;
		}	
		
	UL {
		margin-top: 2px;
		margin-bottom: 2px;
		font-size: 10pt;
		}	
		
	TD {
		vertical-align: top;
		}	
		
	.acaption	{
		font-size: 9pt;
		margin: 0px;
		}
		
	blockquote {
		margin-top: 2pt;
		margin-bottom: 4pt;
		}
		
	H4, h5{
		margin-bottom: 2pt;
		}