body {
 	background-color: #ffffff;
	color: #000000;
 }

/* Text Styles */ 

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #4a3226; /* Dark brown */
	margin: 15px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a55227; /* Orange */
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4a3226; /* Dark brown */
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #4a3226; /* Dark brown */
}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.3em;
}
 
a:link, a:visited {
	text-decoration: underline;
}

/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}


