body {
  margin: 10;
  font-family: verdana;
  font-size: 11;
  color: black;
  background: #443311;
  background-image: url(../images/background.jpg);
}
:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: verdana;
  font-size: 12;
}

.caption {
  font-size: 11;  
}

A:link, A:visited, A:active 
	{ color: darkred;
	  text-decoration: none;}
A:hover 
	{ text-decoration: underline; }

.textarea {
  font-family: verdana;
}

.formBox {
    background-color: #FFFFFF;
    color: #222222;
    font-size: 9pt; 
    width : 25pt; 
    font-family: arial, helvetica; 
	border-top: #999966 solid thin; 
	border-bottom: #999966 solid thin; 
	border-right: #999966 solid thin; 
	border-left: #999966 solid thin; 
}