a:link, a:active, a:visited
		{
		color: black;
		background-color: white;
		text-decoration: none;
		font-weight: bold
		}

a:hover
		{
		color: green;
		background-color: yellow;
		text-decoration: underline overline;
		font-weight: bold
		}

body	
		{
		font-family: verdana, arial, helvetica, sans-serif;
		color: green;
		background-color: white;
		margin-left: 15px;
		margin-right: 15px
		}
		
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
		}