body {
 margin: 0em;
 background: white;
 color: black;
 font-family: Verdana, Arial;
 font-size: 10px;
}

td {
 font-family: Verdana, Arial;
 font-size: 10px;
}

a:link    { color: green; text-decoration: none; }
a:visited { color: green; text-decoration: none; }
a:active  { color: green; text-decoration: none; }
a:hover   { color: red; text-decoration: underline; }

.nav           { color: white; text-decoration: none; }
.nav a:link    { color: white; font-weight: bold; text-decoration: none; }
.nav a:visited { color: white; font-weight: bold; text-decoration: none; }
.nav a:active  { color: white; font-weight: bold; text-decoration: none; }
.nav a:hover   { color: white; font-weight: bold; text-decoration: underline; }

img { border-style: none; }

textarea.textbox, select.textbox, input.textbox {
 font-family: Verdana, Arial;
 font-size: 12px;
 color: #000000;
 background-color: #F7F7F7;
 border-width: 1px 1px 1px 1px;
}

input.textline {
 font-family: Verdana, Arial;
 font-size: 12px;
 color: #000000;
 background-color: #F7F7F7;
 border-width: 0px 0px 1px 0px;
}

.title {
 font-family: Verdana, Arial;
 font-size: 12pt;
 font-weight: bold;
}

.txt {
 color: #cccccc;
 font-size: 16pt;
 font-weight: bold;
}
