	a { text-decoration: none; color: #0000ff; }

	a:link { }
	a:visited { }
	a:active	{ }
	a:hover { text-decoration: underline }

	@media print {
	   a:link { text-decoration: underline }
	}

h1 { text-align: center;
	font-family: Papyrus, Verdana, Arial, sans-serif;
	font-style: italic;
	margin-bottom: -1% }

h2 { text-align: center;
	font-family: Papyrus, Verdana, Arial, sans-serif;
	font-style: italic }

h3 { text-align: center;
	font-family: Papyrus, Verdana, Arial, sans-serif;
	font-style: italic }

/* reserved for copyright notice in footer... */
h6 { font-family: Verdana, Arial, sans-serif;
     font-size: small;
     font-weight: normal;
     margin-top: 8%;
     margin-left: 20%; margin-right: 20%;
     text-align: center }


body { font-family: Verdana, Arial, sans-serif;
       text-align: justify }

li { padding-bottom: 1%;
     font-size: small }

table { margin-left: 3%;
        margin-right: 3%;
        font-size: small }

td { padding-left: 2%;
     padding-right: 2%;
     vertical-align: top;
     width: 27%;
     font-size: small }

.seperator { font-size: x-small;
             text-align: center;
             font-style: italic }
