A:link {color : #59A09A; text-decoration: none;}
A:visited {color : #59A09A; text-decoration: none;}
A:active {color : #59A09A; text-decoration: none;}
A:hover {color : white; text-decoration: : none;}

body {
margin: 0px;
background-color: #A9A9A9;
background-image:url(bg.jpg);
background-repeat:repeat-y;

SCROLLBAR-FACE-COLOR: #A9A9A9;
SCROLLBAR-HIGHLIGHT-COLOR: #A9A9A9;
SCROLLBAR-SHADOW-COLOR: black;
SCROLLBAR-3DLIGHT-COLOR: black;
SCROLLBAR-ARROW-COLOR: black;
SCROLLBAR-TRACK-COLOR: #A9A9A9;
SCROLLBAR-DARKSHADOW-COLOR: #A9A9A9;
}

table, tr, td  {
font-family: verdana;
font-size: 10px;
color : #A9A9A9;
text-align: justify;
border: 0;
}

textarea, select, input, option {
font-family: verdana;
font-size: 10px;
color : #A9A9A9;
background-color : black;
border-style: solid;
border-color: #A9A9A9;
border-width: 1px;
}

h1 {
font-family: Trebuchet MS;
font-style: italic;
font-size: 14px;
text-align: left;
color : #831B01;
letter-spacing : 1px;
padding-left : 50px;
margin-bottom : 7px;
background-image:url(h1_bg.jpg);
border-bottom : 2px #2E0A01 solid;
}

img { 
border: 0px; 
}

a.nav, a.nav:link, a.nav:visited {
display:inline-block;
background: #121212;
text-align:center;
text-decoration:none;
font-family:verdana;
font-size:9px;
color: #43180D;
line-height:16px;
overflow:hidden;
text-transform: uppercase;
padding-left: 5px;
padding-right: 5px;
background-image:url(menu_bg.jpg);
}

a.nav:hover {
color: #831B01;
border : 0px;
}

b, strong { 
font-family: Trebuchet MS;
font-weight: bold;
font-style: italic; 
}