html {
  padding:0px;
  margin:0px;
}

body {
background-color: #2F3030;
padding:0px 0px;
margin:0px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
color: #342820;
text-decoration: none;
}

A:link {
        COLOR: #342820;
        text-decoration: none;
}
A:visited {
        COLOR: #342820;
        text-decoration: none;
}
A:active {
        COLOR: #376B78;
        text-decoration: none;
}
A:hover {
        COLOR: #376B78;
        text-decoration: none;
}


#navibg {
  background: url(../pics/navibg.gif) top right no-repeat;
}


.text_all {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        color: #342820;
        text-decoration: none;
}
