/*this changes the colors of your scrollbar
body {
scrollbar-face-color: #897009; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-3dlight-color:#FFFFFF; 
scrollbar-arrow-color: #000000; 
scrollbar-track-color:#897009; 
scrollbar-darkshadow-color:#FFFFFF;
}

/*this edits those boxes at the beginning of the sections, which you use as headers
.head{
font-family: comic sans ms;
font-size: 12px;
color: #5C9E1B;
bgcolor="#E1FCDC";
border: #1C820D;
border-style: solid;
border-width: 2px;
text-align: center}

/*Text size
.large{
font-size: 24px;
color: #5C9E1B;
bgcolor="#E1FCDC";
}

/*these are borders for your tables
.border{
border: #15650A;
border-style: dotted;
border-width: 1px
}

.border2{
border: #15650A;
border-style: dotted;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px}

.border3{
border: #15650A;
border-style: dotted;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 0px}

.border4{
border: #15650A;
border-style: dotted;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-width: 0px}

.flashBox{
border: #1E870E;
border-style: solid;
border-top-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-right-width: 2px}

.center{
position: center;
}

.navi{
border: #15650A;
border-style: dotted;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px}

.bottom{
border: #15650A;
border-style: solid;
border-top-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px}

.whole{
border: #15650A;
border-style: groove;
border-width: 1px;
}

/*Form button
.formbu {
font-size: 11px;
BACKGROUND-COLOR: #FFFFFF;
border: 1px solid #15650A;
font-weight: bold;
color: #5C9E1B;}

/*these edit your links hover(#20AE66) */
A:link {color: #FFFFFF; text-decoration: underline;}
A:visited {color: #FFFFFF;text-decoration: underline;}
A:active {color: #FFFFFF;text-decoration: underline;}
A:hover {color: #F7F7F7;text-decoration: underline;}

/*these are the boxes for your news
.table{
font-family: comic sans ms;
font-size: 12px;
color: #5C9E1B;
background-color: #D6FBD2;
border: #15650A;
border-style: dotted;
border-width: 1px;
letter-spacing: 0px;
}

/*this is just for the body in general
body{
background-color: #D6FBD2;
background-attachment: fixed;
font-family: comic sans ms; 
color: #5C9E1B; 
letter-spacing: 0px; 
font-weight: normal; 
font-size: 12px;
}

/*this is for the tables
td{
font-size: 12px;
color: #5C9E1B;
font-weight: normal;
font-family: comic sans ms
}

