body  {
	font-family : Verdana;
	font-size : 9pt;
	color : #000000;
	
	}
 
 A  {   /* Removes underline from links */
	text-decoration : none;
 }
 A:Hover  {   /* Underlines link on MouseOver */
	text-decoration : underline;
 }

 h1  {
	margin-bottom : 2em;
 margin-top : 1.2em;
 font-size : 22pt;
	font-weight : bold;
	color : #595959
 }
 
 h2  {
	margin-top : 2em;
 margin-right : 10em;
	padding : 0.3em;
	text-align : center;
	font-size : 13pt;
	font-weight : bold;
	color : #006600;
	border-bottom-style : inset;
	border-color : #CCE0CC;
	border-width : 5px;
 }
 
 ul, ol {   /* changes the line spacing to apx. double  */
 line-height : 2em;
 }

 .smallfont {   /*  Comment  */
 font-size: 8pt;
 }
	.date {
font-weight: bold;
color: #006500;

}
.entry {
font-weight: normal;
color: #000000;
line-height : 1.3em;
}
.layersmallfont {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif
}
