body {  
	background-color: #FFFFFF; /* white */ 
	color: #303030; /* very dark gray */ 
}

p {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 180%;
	color: #736563; /* dark warm gray */
 	/* text-indent: 1em */
}

h1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

a:link {   
	color: #303030; /* dk gray */
	text-decoration: underline;
}

a:visited {  
	color: #303030; /* dk gray */
	text-decoration: underline;
}

a:hover {  
	color: #F3953D; /* orange */
	text-decoration: underline;
}

a:active {  
	color: #989898; /* light gray */
	text-decoration: underline;
}
