BODY {
font-family: Georgia, Times New Roman;
background-color: #EDE6C0;
background-repeat: repeat-y;
scrollbar-base-color: #F3C465;
scrollbar-track-color: #EDE6C0;
scrollbar-face-color: #EDE6C0;
scrollbar-highlight-color: #FFFFF; /* background color */
scrollbar-arrow-color: #F3C465;

margin: 0px 0px 0px 0px;
}

.header {
background-repeat: repeat-x;
background-color: #F3C465;
}

.bodyCol1 { background-color: #EDE6C0; }
.bodyCol2 { background-color: #F3C465; }
.bodyCol3 { background-color: #993333; }

h1,a,a:link {
color: #993333;
margin: 0px 0px 0px 0px;
}

h1 {
font-size: 18px;
}

hr {
color: #F3C465;
margin: 0px 0px 0px 0px;
}

.nav_sub {
font-size: 12px;
}

a		{ text-decoration: underline; }
a:link		{ text-decoration: underline; }
a:hover		{ color: #F3C465; text-decoration: none; }
a:active	{ color: #EDE6C0; text-decoration: none; }