/* -------HTML------- */

/* Scrollbar */
body {
scrollbar-face-color:#DDD4C1; 
scrollbar-shadow-color:#DDD4C1;
scrollbar-highlight-color:#DDD4C1;
scrollbar-3dlight-color:#4B231B;
scrollbar-darkshadow-color:#4B231B;
scrollbar-track-color:#DDD4C1;
scrollbar-arrow-color:#4B231B;
}

/* Main Body Text */

body, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #4B231B;
}

/* Main Link Styles */

a:link {
color: #6F3528;
text-decoration: underline;
}
a:hover {
color: #6F3528;
text-decoration: underline;
}
a:active {
color: #6F3528;
text-decoration: underline;
}
a:visited {
color: #6F3528;
text-decoration: underline;
}
a:visited:hover {
color: #6F3528;
text-decoration: underline;
}

/* --------CUSTOM TEXT--------- */

/* - footer - */
.footer {
font-size: 10px;
color: #6F3528;
}

a.footer:link {
color: #6F3528;
text-decoration: underline;
}
a.footer:hover {
color: #6F3528;
text-decoration: none;
}
a.footer:active {
color: #6F3528;
text-decoration: underline;
}
a.footer:visited {
color: #6F3528;
text-decoration: underline;
}
a.footer:visited:hover {
color: #6F3528;
text-decoration: none;
}

/* - forms - */

.forms {
background-color: #DDD4C1;
border-style: none
}
