

h1, h2, h3, h4 {
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	
	
	color: #000;
	
	line-height: 1.2em; 
}


h1 {
	font-size: 35px;
}

h3 {
	
	font-size: 22px;
	font-style: italic;
}

h4 {
	font-size: 18px;
}



a {
	color: #666;
}

a:hover {
	color: #333;
	/*text-shadow: 1px 1px 1px #ddd;*/
}

.orange {
	color: #F9A61A;
}

.ltBlue {
	color: #86B7CF;
}


p {
	line-height: 1.25em;
}


#hereAreYou {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	
	text-transform: uppercase;
	
	color: #999999;
	
	margin-bottom: 10px;
}

#hereAreYou a {
	color: #999999;
}

#hereAreYou a:hover {
	color: #666;
	text-shadow: 1px 1px 1px #ddd;
}

#hereAreYou a.active {
	color: #F9A61A;
}