﻿body
{	font-size: 10pt;
	font-family: Arial;
	color: black;
	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; padding: 3px }
a:link    { color: blue;
	font-weight: 700;
}
a:visited { color: blue;  }
a:hover   { color: white; background-color: navy }
/* a:active  { color: yellow; background-color: red } */


