@charset "utf-8";
/* CSS Document */

body {
	background-image: url();
	background-repeat: repeat;
	background-color: #445B15;
}

.style1 {color: #000000;
		 font-family: "Tw Cen MT";
		 margin-left: 10px;
		 margin-right:10px;
} 

.style2 {color: #FFFFFF;
	     font-family: "Niagara Solid";
	     font-size: 72px;
}
.style3 {font-family: "Tw Cen MT";
	     color: #FFFFFF;
}

.style4 {font-family:"Niagara Solid";
         font-size: 42px;
		 color:#445B15;
}

.style5 {font-family:"Tw Cen MT";
         font-size: 23px;
		 color:#445B15;
}

.style6 {color: #FF0000}

.style9 {color: #000000; 
         font-family: "Niagara Solid"; 
		 font-size: 72px; 
}

.style10 {color: #000000;
		 font-family: "Tw Cen MT";
		 margin-left: 20px;
		 margin-right: 30px;

} 

a:link {
	color: #445b15;
	text-decoration: none;
	font-weight:bolder;
}
a:visited {
	text-decoration: none;
	color: #445b15;
	font-weight:bolder;
}
a:hover {
	text-decoration: underline;
	color: #445b15;
	font-weight:bolder;
}
a:active {
	text-decoration: none;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal; 
	}
	
#navigation a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	}
	
.hightlighter {
	background-color: #FFFF00;
}
