/* 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: 14pt/16pt verdana, sans serif; 
	color: #000; 
	background: #0099FF;   
	border-color: #000000;

	}
table{ 
    font: 14pt/16pt verdana, sans serif;
    background-repeat: repeat;
    background-position: top left;
}
p
{   font: verdana;
	font-style: normal;
	font-variant: normal;
	font-size: large;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: 0.1ex;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: #000;
	margin-top: 0px;
	vertical-align: bottom;
	font-size: 13pt;
}
h1 { 
	font-weight: bold;
	font: georgia; 
	font-size: 18pt; 
	margin-bottom: 0px; 
	color: #000;
	letter-spacing: 0.1em;
	}
h3 { 
	font: italic normal 12pt impact; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #600;
	}
a:link { 
    text-decoration: underline;
    font-size: 12pt;
	font-weight: bold; 
	text-decoration: none; 
	color: #660000;
	}
a:visited { 
	text-decoration: underline;
	 font-size: 12pt;
	font-weight: bold; 
	text-decoration: none; 
	color: #660000;
	}
a:hover, a:active { 
	color: #C00; 
	}




