
html, body {
margin:30;
padding:20
}

h1 {
  letter-spacing:1;  
  font-size:160%;
  color:#005000;
  
}

div#footer {
  clear:both;
  padding-top:10px;
  background:#95B3B3 url(footer.png) repeat-x top;
  color:#333;
}

td {font-family: verdana;
font-size:10pt;
font-weight: bold;
letter-spacing:1;
color: #383838;
}

p {font-family: verdana;
font-size:10pt;
font-weight: bold;
letter-spacing:1;
color: #383838;
}

a:link {
font-family: verdana;
font-size:9pt;
font-weight: bold;
color: #CC0000;
text-decoration:none
}

a:hover {
font-family: verdana;
font-size:9pt;
font-weight: bold;
color: black;
text-decoration: none;
}

a:visited {
font-family: verdana;
font-size:9pt;
font-weight: bold;
color: #330099;
text-decoration: none;
}

