<!--

h1 { text-transform: lowercase;
    text-align: left;
    font-family: "courier new", monospace;
    color: #000099;
    font-size: 28px; }

span { text-transform: lowercase;
    text-align: left;
    font-family: "courier new", monospace;
    color: #000099;
    font-size: 14px; }

p { text-transform: lowercase;
    text-align: left;
    font-family: "courier new", monospace;
    color: #000099;
    font-size: 14px; }

a:link    {  font-family: "courier new", monospace; color: #ffff00; text-decoration: none}
a:visited {  font-family: "courier new", monospace; color: #ffff00; text-decoration: none}
a: active {  font-family: "courier new", monospace; font-weight: bold; color: #ffffff; text-decoration: none}
a: hover  {  font-family: "courier new", monospace; font-weight: bold; color: #ffff00; text-decoration: underline}


-->