
@import "boxes.css";


body {
	background-color: #FFFFFF;
	background-image: url(../images/helaman4.jpg);
	font-family: "Arial", sans-serif;
	font-size: medium;
}

a:link {color: Black;}     
a:visited {color: #00FF00} 
a:hover {color: Navy;}   
a:active {color: #0000FF}  
a.footer:link {
	color: White;
	font-size: 10px;
}
a.footer:visited {
	color: Teal;
	font-size: 10px;
}
a.footer:hover {
	color: Fuchsia;
	font-size: 10px;
}
a.email:link {
	color: #74D785;
}
a.email.visited {
   color: White;
}
a.email:hover {
	color: Fuchsia;
}
.style1 {
   font-size: xx-large}
.style2 {
	font-size: large;
	font-weight: bold;
	color: #00CC66;
}
.style3 {
   color: Black; 
	font-weight: bold; 
	font-size: 24px; }
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style9 {font-size: xx-large; color: #FFFFFF; }
.style10 {font-size: x-small;}
.style11 {font-size: 10px;}
.style19 {
    color: Black; 
	 font-weight: bold; 
	 font-size: 16px;
	 text-align: center;
	 }
.style21 {font-size: 14}
.style26 {
	font-size: 36px;
	color: #FFFFFF;
	}
	
.footer {
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}