
/*main logo menu link colors*/
a:link { color: navy;
}
a:visited { color: navy;
}
a:hover { color: #EE9601;
/*background-color: black;*/
}
a:active { color: white;
background-color: navy;
}
a { text-decoration: none;
}


table {border-color: white;}
td {border-color: white;}


/*user box link colors, formatting*/
class_link a:link { color: green;
text-decoration: undeline;
}
class_link a:visited { color: navy;
text-decoration: undeline;
}
class_link a:active { color: white;
text-decoration: undeline;
background-color: navy;
}
class_link a:hover { color: #79FDFF;
text-decoration: undeline;
background-color: navy;
}
class_link { text-decoration: underline;
}
/*to use <span class='class_link'><a href='#'>use</a></span>*/









body { background: #A17461 url(images/img01.jpg) repeat-x ;
background-attachment: fixed; 
color: navy; 
/*font-family: verdana;*/ 
font-size: 20px;
}


h1 { text-align: center; 
color: #000000;
font-family: serif;
font-weight: bold; 
font-size: 26px;
font-style: oblique;
margin: 0px;
margin-bottom: 0px;
}


h2 { text-align: center; 
color: #000000;
font-family: serif;
font-weight: bold; 
font-size: 20px;
font-style: oblique;
margin: 0px;
margin-bottom: 0px;
}


h3 { color: black;
}
 
 
h4 { color: navy; 
}


/*enclosing all other divs*/
#main_body_div { /*border: 2px solid #313131;*/
font-family: sans-serif;
/*font-weight: bold; */
font-size: 18px;
/*text-align: left; */
padding-left: 40px;
padding-right: 40px;
}


#logo_div { 
}


#center_box { float: right;
text-align: center;
font-family: verdana;
font-size: 16px;
/*text-decoration: underline;*/
/*width: 700px;*/
/*border: 2px solid black;*/
padding: 5px;
}


#footer3 { /*border: 2px solid #313131;*/
font-family: verdana;
font-size: 14px;
clear: both;
padding: 5px;
padding-top: 20px;
}


