/*Cascading Style Sheet for BCH*/

/*Index Page set up, including a JavaScript Scrolling "marquee"*/

/*Backcountry Horsemen of Washington logo positioning*/
#bchwlogo {position:relative; text-align:center; }

/*Page heading formatting*/
h3 {font-family: Century Schoolbook, Garamond; text-align: center; font-size: 48; color:#214C21;}
h1 {font-family: Century Schoolbook, Garamond; font-style: italic; font-weight: bold; text-align: center; font-size: 24;color:#214C21;}
h2 {font-family: Century Schoolbook, Garamond; font-weight: bold; text-align: center; font-size: 36; color:#214C21;}

/*Body text formatting*/
body {color:#3B040A; text-align: justify; font-family: Century Schoolbook, Garamond; font-size:16; margin-left: 15%; margin-right: 5%}


/*Link formatting*/
a {font-weight:bold; color:#3B040A}
a:hover {font-weight:bold; color:#214C21;}
a:visited; {background-color:#FEDAA0;}

/*Table formatting*/
.table {text-align:center; border:2; border-color:#3B040A; border-style: groove; cellpadding:2; width:75%}
.tabletext {color:#3B040A; text-align: justify; font-family: Century Schoolbook, Garamond; font-size:36;}

/*Navigation positioning*/
#nav {positioning:absolute; left:20%; bottom:5%;}