A                  { color: #768164; text-decoration: underline; }
A:link             { color: #768164; text-decoration: underline; }
A:active           { color: #768164; text-decoration: underline; }
A:visited          { color: #768164; text-decoration: underline; }
A:hover            { color: #768164; text-decoration: underline; }

A.nav              { color: #999999; text-decoration: underline; }
A.nav:link         { color: #999999; text-decoration: underline; }
A.nav:active       { color: #999999; text-decoration: underline; }
A.nav:visited      { color: #999999; text-decoration: underline; }
A.nav:hover        { color: #768164; text-decoration: underline; }

A.footer           { color: #999999; text-decoration: none; }
A.footer:link      { color: #999999; text-decoration: none; }
A.footer:active    { color: #999999; text-decoration: none; }
A.footer:visited   { color: #999999; text-decoration: none; }
A.footer:hover     { color: #999999; text-decoration: underline; }

A.discreet         { color: #999999; text-decoration: none; }
A.discreet:link    { color: #999999; text-decoration: none; }
A.discreet:active  { color: #999999; text-decoration: none; }
A.discreet:visited { color: #999999; text-decoration: none; }
A.discreet:hover   { color: #999999; text-decoration: underline; }

B, STRONG {
  color: #768164;
}

BODY {
  scrollbar-arrow-color: #768164;
  scrollbar-face-color:  #D8DDD0;
}

UL {
  list-style-image: url("images/ul.gif");
  // list-style-position: outside;
}

.thm {
  border-style: solid;
  border-color: #333333;
}

.nav {
  color: #999999;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.body {
  color: #999999;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.header {
  color: #768164;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  
}

.footer {
  color: #999999;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}

.smallelement {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: normal;
}

