<link rel="stylesheet" href="style.css" type="text/css">
body {
  margin: 45 30 5 10;
	font-family : Helvetica, sans-serif;
}
table {
	font-family : Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family : Helvetica, sans-serif;
}
tr {
	font-family : Helvetica, sans-serif;
}
p {
	font-family : Helvetica, sans-serif;
}
h1  {
	font-family: helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}
h2  {
	margin: 0em, 0em;
	font-family: helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3  {
	margin: 0em, 0em;
	font-family: helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.headLine1  {
	font-family: helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
        color: #000000;
}
.headLine2  {
	margin: 0em, 0em;
	font-family: helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
        color: #000000;
}
.standardPar  {
	margin-left: 3em;
	margin-right: 4em;
        text-align: justify;
	font-family: helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
        color: #000000;
}
.standardUL1  {
	margin-left: 3em;
	margin-right: 4em;
        text-align: justify;
	font-family: helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
        color: #000000;
}
a:link {
	font-family: helvetica, sans-serif;
	font-weight: normal;
  text-decoration: none;
	color : #006600;
}
a:active {
	font-family: helvetica, sans-serif;
	font-weight: normal;
  text-decoration: none;
	color : #006600;
}
a:hover {
	font-family: helvetica, sans-serif;
	font-weight: normal;

  background-color: #FFCC33;
	color : #006600;
}
a:visited {
	font-family: helvetica, sans-serif;
	font-weight: normal;
  text-decoration: none;
	color : #006600;
}
#footer {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 8px;
	text-align: right
}