                            /*Menu Links*/

/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/

#menu1 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
#menu1 a:active {color:black;text-decoration:none;}
#menu1 a:hover {color:black;background-color:#FFFF99}
#menu1 a:visited {color:black;text-decoration:none;}

#menu2 a {color:navy;background-color:white;text-decoration:none;text-indent:1ex;}
#menu2 a:active	{color:blue;text-decoration:none;}
#menu2 a:visited {color:blue;text-decoration:none;}
#menu2 a:hover {color:navy;background-color:#f0fea8}

#menu3 a { /*Menu3 Links*/
color:black;
background-color:white;
text-decoration:none;
text-indent:1ex;
}
#menu3 a:hover {
color:black;background-color:#FFFF99;
}
#menu3 a:active	{color:black;text-decoration:none;}
#menu3 a:visited	{color:black;text-decoration:none;}


                           /*End Menu Links*/
						   
body {
	background-color: #004600;
	background-image: url(apictures/bear.jpg);
}
.style1 {	font-family: "Times New Roman", Times, Arial;
	font-weight: bold;
	color: #EBF5EB;
}
.style19 {color: #EBF5EB; font-size: 14px; font-family: "Times New Roman", Times, Arial;}
.style20 {color: #EBF5EB; font-size: 12px; font-family: "Times New Roman", Times, Arial; font-weight: bold; }
.style23 {font-size: 12; }
.style24 {
	font-size: large;
	font-weight: bold;
}
.style26 {font-family: "Times New Roman", Times, Arial; font-weight: bold; color: #EBF5EB; font-size: x-large; }
