/* css Zen Garden default style v1.02 */
/* 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. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #B6C895;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #FF6666;
	}
a:hover{ 
	text-decoration: underline; 
	color: #FF6666;
	}
a:active  { 
	text-decoration: underline; 
	color: #B6C895;
 } 
a.menu:link {  font-family: "Times New Roman", Times, serif; font-size: 16px; color: #CCFFCC; text-decoration: none; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px}
a.menu:visited {  color: #CCFFCC; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-family: "Times New Roman", Times, serif; font-size: 16px; text-decoration: none}
a.menu:hover {  color: #333333; text-decoration: none; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-family: "Times New Roman", Times, serif; font-size: 16px}
a.menu:active {  color: #CCFFCC; text-decoration: none; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; font-family: "Times New Roman", Times, serif; font-size: 16px}
