h1 {
 font: 10pt Arial;
 font-weight: bold;
 letter-spacing: 5px
}

h2 {
 font: 7pt Arial;
 letter-spacing: 1px
}

h3 {
 font: 8pt Arial;
 letter-spacing: 1px
}

a:link {
 color: #00A651;
 text-decoration: none;
}

a:hover {
 color: #00FF00;
 text-decoration: none;
}

a:active {
 color: #00FF00;
 text-decoration: none;
}

a:visited {
 color: #E97F00;
 text-decoration: none;
}

table, tr, td {
width:125;
}