body { background-color: #99ff99;
}

hr { color: blue;  
}

td {
background-color: #99ff99;
font-size : 12px; color: #330066;
font-weight: bold;
font-family : Tahoma,Verdana,Arial;
text-align: center;
}

div.front {
background-color: #99ff99;
font-size : 13px; color: #000000;
font-family : Tahoma,Verdana,Arial;
font-weight: bold;
text-align: left;
border-right: 1.5px solid #0000ff;
border-left: 1.5px solid #0000ff;
padding: 3px;
}
 

div.text {
background-color: #99ff99;
font-size : 13px; color: #000000;
font-family : Tahoma,Verdana,Arial;
font-weight: bold;
text-align: left;

}

DIV.header {
text-align: center;

}

DIV.footer {
background-color: #99ff99;
text-align: center;
font-size : 11px; color: blue;
font-family : Tahoma,Verdana,Arial;
}

INPUT {
text-align: center;
}

A:link, A:visited, A:active {color: blue; text-decoration: none; }


