/* 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: Georgia, Palatino, serif;
	font-size: 10pt;
}

h1 {
	font-family: Georgia, Palatino, serif;
	clear: both;
	color: #231F20;
	font-size: 2.5em;
	letter-spacing:-1px;
	margin-bottom:0.25em;
	padding-top: 3px;
	padding-left: 5px;
	word-spacing:-1px;
}

a:link, a:visited { 
	text-decoration: underline;
	color: black;
}
	
a:hover { 
	background-color: #e53030;
}

a.notRed:hover {
	background-color: #f3f3f3;
}

