﻿body
{	font-size: 10pt;
	font-family: Arial;
	color: blue;
	background-image: none;
	line-height: 15pt;
	margin-left: 10pt;
	margin-right: 10pt;
	background-color: white;
}

h1
{
	font-size: 16pt;
	font-family: Arial;
	font-weight: bold;
	line-height: 15pt;
	border-bottom-style: double;
}

h2
{	font-size: 20pt;
	font-family: Arial;
	font-weight: bold;
	line-height: 20pt;
}

div.intro
{	color: blue;
	font-family: Arial;
	font-style: italic;
}


a    {text-decoration: none; 
	 font-weight: bold;
	font-family: arial;
			padding: 3px }

a:link {	color: blue;
	font-weight: bold;
	font-family: arial;
    margin-top: 0px;
}
       
a:visited 
	{color: blue;
	font-weight: bold;
	font-family: arial;
       }
       
a:hover  
 { color: white;
	font-weight: bold;
	font-family: arial;
	background-color: blue }
/* a:active  { color: yellow; background-color: red } */


