body {
	text-align: center;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #ffffcc
	}
h1	{
	font-family: Georgia, Times New Roman, Times, serif;
	color: blue;
	font-size: large;
	}
h2	{
	font-family: Georgia, Times New Roman, Times, serif;
	color: red;
	}
h3	{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #006666;
	}
h4	{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: black;
	}
h5	{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #990000;
	}
table {
	text-align: center;
	background-color: #ffffff;
	border-style: solid;
	border-width: 3px;
	margin-right: auto;
	margin-left: auto;
	}	
table td 	{
	border-style: solid;
	border-width: 1px;
}
.toprow {
    font-style: italic;
    text-align: center;
    background-color: #FFCC66;
	}
.toprow  h1  {
	font-size: xx-large;
}
.left	{
	text-align: left;
}

.hoverchange tr:hover td  {
  background-color: #FFFF66;
}

	a:hover { 
	background: #66FF00;
	text-decoration: none;
	padding: .2em }
	
	a:link {
	color: blue;
	text-decoration: none 
	}
	a:visited {
	color: purple;
	text-decoration: none 
	}

address {
	margin-top: .5em;
	padding-top: .5em;
	border-top: dotted 
	}
	
p {
	text-indent: 30px;
}
