a:link, a:active, a:visited
		{
		color: black;
		background-color: white;
		text-decoration: dashed underline;
		font-weight: bold
		}

a:hover
		{
		color: black;
		background-color: white;
		text-decoration: dashed underline;
		font-weight: bold
		}

body	
		{
		font-family: tahoma, verdana, arial, helvetica, sans-serif;
		color: forestgreen;
		background-color: white;
		border-left: 100px;
		margin-left: 10px;
		margin-right: 10px
		}
		
h0
		{
		font-size: 13pt;
		font-weight: bold
		}


h1
		{
		font-size: 11pt;
		font-weight: bold
		}
		
h2		
		{
		font-size: 9pt;
		font-weight: normal
		}
		
.pageheadleft
		{
		font-size: 14pt;
		border-bottom-style: double;
		border-bottom-width: 3px
		}
		
.pageheadright
		{
		font-size: 11pt;
		border-bottom-style: double;
		border-bottom-width: 3px
		}