
a.nav:link {
color: #EEFFEE;
font-weight: bold;
text-decoration: none;
}

a.reg:link {
color: #006900;
font-weight: bold;
text-decoration: none;
}

a.nav:active {
color: #69CC39;
font-weight; bold;
text-decoration: none;
}

a.reg:active {
color: #EEFFEE;
font-weight: bold;
text-decoration: none;
}

a.nav:visited {
color: #006900;
font-weight: bold;
text-decoration: none;
}

a.reg:visited {
color: #69CC39;
font-weight: bold;
text-decoration: none;
}

a.nav:hover {
color: #69CC39;
font-weight: bold;
text-decoration: none;
}

a.reg:hover {
color: #399963;
font-weight: bold;
text-decoration: none;
}

body {
background: #6B9069;
background-image: url(absinthe_bg.gif);
background-repeat: no-repeat;
color: #000000;
font-family: Trebuchet MS, Helvetica, sans-serif;
font-size: 9pt;
scrollbar-face-color: #6B9069;
scrollbar-track-color: #6B9069;
scrollbar-arrow-color: #EEFFEE;
scrollbar-highlight-color: #6B9069;
scrollbar-3dlight-color: #6B9069;
scrollbar-shadow-color: #6B9069;
scrollbar-darkshadow-color: #6B9069;
}

h1 {
color: #390000;
font-family: Garamond, Georgia, serif;
font-size: 36pt;
font-weight: lighter;
}

input {
background-color: #6B9069;
border: 1px dotted #000000;
color: #000000;
font-family: Trebuchet MS, Helvetica, sans-serif;
font-size: 9pt;
}

textarea {
background-color: #6B9069;
border: 1px dotted #000000;
color: #000000;
font-family: Trebuchet MS, Helvetica, sans-serif;
font-size: 9pt;
}

.navigation {
position: absolute;
left: 5px;
top: 170px;
width: 200px;
border: 1px dotted #000000;
padding: 3px;
}

.content {
position: absolute;
left: 225px;
top: 30px;
width: 675px;
background: #DDFFEE;
border: 1px dotted #000000;
padding: 6px;
}