h1 {
 font-family: arial;
 font-size: 20px;
 color: 000000;
 margin-left: 5;
 margin-top: 5;
}

h2 {
 font-family: arial;
 font-size: 16px;
 color: 016644;
 margin-left: 5;
}

h3 {
 font-family: arial;
 font-size: 13px;
 color: 000000;
 margin-left: 5;
}

p {
 float: none;
 color: black;
 font-family: verdana;
 font-weight: normal;
 font-size: 8pt;
 font-style: normal;
 margin-left: 5;
 margin-right: 5;
}

.footer {
 float: none;
 color: black;
 font-family: arial;
 font-weight: normal;
 font-size: 8pt;
 font-style: normal;
 margin-left: 5;
 margin-right: 5;
 text-align: center;
}

.link {
 float: none;
 color: blue;
 font-family: verdana;
 font-weight: normal;
 font-size: 8pt;
 font-style: normal;
 margin-left: 5;
 margin-right: 5;
 text-decoration: none;
}

.link:hover {
 float: none;
 color: black;
 font-family: verdana;
 font-weight: normal;
 font-size: 8pt;
 font-style: normal;
 margin-left: 5;
 margin-right: 5;
 text-decoration: underline;
}

.highlight {
 float: none;
 color: 008080;
 font-family: verdana;
 font-weight: bold;
 font-size: 8pt;
 font-style: normal;
 margin-left: 2;
 margin-right: 2;
 margin-bottom: 2;
 text-decoration: none;
}