<html>
<head>
<style>

Link {
color: black;
}
A:Link {
color: black;
}
A:visited {
color: black;
}
A:Active {
color: red;
}
A:hover {
color: white;
text-decoration: none;
background-color: black;
}
A {
text-decoration: none;
}
BODY {
Background: tan;
FONT-FAMILY: ARIAL;
}

H1 {
font-weight: bold;
ALIGN="CENTER";
font-size: 35px;
font-family: Verdana, sans-serif;
color: black;
}

H4 {
font-weight: italic;
align: left;
font-size: 15px;
color: red;
font-family: stencil;
}
H5 {
align: center;
font-size: 13px;
color: black;
}

</style>
</head>
</html>

