h1 {
 font-family: Arial;
 font-size: 12pt;
 font-weight: bold;
 color: #00FFBD;
 position:absolute;
 top: 100pt;
 left: 230pt;
}
td {
 font-family: Arial;
 font-size: 9pt;
 text-align: left;
}
.table {
 position:absolute;
 top: 130pt;
 left: 230pt;
 padding-right: 10px;
}

a:link {
 color:#00DF00;
 text-decoration:none;
}

a:visited {
 color:#00BE00;
 text-decoration:none;
}
a:hover {
 color:##00C373;
 font-weight: bold;
 text-decoration:none;
}