/* if you change the background color here also change the applet bg color*/
body {
/* background-color: #f3f6e5; */
background-color: #eeefff;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
table.buttonred {
border-top: 2px solid #F0F0F0;
border-left: 2px solid #F0F0F0;
border-bottom: 2px solid black;
border-right: 2px solid black;
background-color: #ff9933;
text-align: center;
}
table.buttongreen {
border-top: 2px solid #F0F0F0;
border-left: 2px solid #F0F0F0;
border-bottom: 2px solid black;
border-right: 2px solid black;
background-color: #99ff33;
text-align: center;
}
table.frame {
border: 1px solid black;
}
div.red {
/* color: #FF0000; */
color: #dd6600;
text-align: center;
font-weight: bold;
font-size: 11pt;
}
a:link, a:visited, a:hover, a:active {
color: #000000;
text-decoration: none;
font-weight: 800;
font-size: 11pt;
}
div.bigblack {
color: #000000;
align: left;
font-weight: bold;
font-size: 13.5pt;
letter-spacing: -1px;
}
