BODY {
     font: 10 pt Arial;
     line-height: 14 pt;
     font-family: sans-serif;
     color: silver;
     font-weight: normal;
     font-style: normal;
}

P {
     font: 10 pt Arial;
     line-height: 14 pt;
     font-family: sans-serif;
     color: silver; font-weight: normal;
     font-style: normal;
}

H3 {
     font: 14 pt Arial;
     font-family: sans-serif;
     color : gold;
     font-weight: bold;
     font-style: normal;
}

TD {
     font: 10 pt Arial;
     line-height: 14 pt;
     font-family: sans-serif;
     color: silver;
     font-weight: normal;
     font-style: normal;
}

A {
     font: 10 pt Arial;
     font-family: sans-serif;
     color: aqua;
     font-weight: bold;
     font-style: normal;
     text-decoration: none;
}

A:Visited {
     font : 10 pt Arial;
     font-family : sans-serif;
     color: ffcc99;
     font-weight : bold;
     font-style : normal
}

A:Active {
     font : 10 pt Arial;
     font-family : sans-serif;
     color: red;
     font-weight : bold;
     font-style : normal;
}

A:Hover {
     font : 10 pt Arial;
     font-family : sans-serif;
     color: ffd700;
     font-weight : bold;
     font-style : normal;
}

td.button {
     font: 10 pt Arial;
     line-height: 14 pt;
     font-family: sans-serif;
     color: gold;
     font-weight: normal;
     font-style: normal;
     cursor: hand;
     text-align: center;
     text-valign: middle;
     width: 100;
     height: 50;
}

td.buttonOn {
     font: 10 pt Arial;
     line-height: 14 pt;
     font-family: sans-serif;
     color: darkblue;
     background : white;
     font-weight: normal;
     font-style: normal;
     cursor: hand;
     text-align: center;
     text-valign: middle;
     width: 100;
     height: 50;
}
