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

body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;

}

a:link {
	color: #6B7539;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#6B7539;
}
a:hover {
	text-decoration: underline;
	color:#3e2c18;
}
a:active {
	text-decoration: none;
	color:#6B7539;
}


.nav {font-size:22px;
color:#6B7539;
padding-top:10px;
text-align:right;
}

.growth { 
font-size:18px;
line-height:26px;
font-weight:bold;
color:#333;
}

.consolidate { 
font-size:18px;
line-height:26px;
font-weight:bold;
color:#333;
}

.exit { 
font-size:18px;
line-height:26px;
font-weight:bold;
color:#333;
}

.about { 
font-size:17px;
line-height:33px;
color:#333;
}

.whyoneam { 
font-size:20px;
line-height:34px;
color:#333;
}
