/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font-family: sans-serif;
	font-size: 10pt;
	background: #FFFFFF;
	color: #555753;  
	margin-left: 10px;
	margin-right: 5px;
	}
p { 
	font-family: sans-serif;
	font-size: 10pt;
	margin-top: 0px; 
	margin-left: 10px;
	margin-right: 10px;	
	text-align: justify;
	}
h3 {  
	font-family: georgia;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	color: #614825;
	text-align: left;
	}
a:link { 
	text-decoration: none;
	font-weight: bold;
	color: #baa587;
	}
a:visited {  
	text-decoration: none;
	font-weight: bold;
	color: #baa587;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold;
	color: #9f8868;
	}

