/* NowSites 2010 */

body {
	margin 		: 0;
	padding 	: 0;
	background 	: #e8f6e5 url(./backwood.jpg);
	font-family 	: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size 	: 16px;
	color 		: #000000;
	margin-right 	: 0px 
	}

a:link { 
	color 		: #004400; 
        text-decoration : underline;
	}
a:visited { 
	color 		: #000000; 
        text-decoration : underline;
	}
a:active { 
	color 		: #008800; 
        text-decoration : none;
	}
a:hover { 
	font-variant	: small-caps;  
	color 		: #448800; 
        text-decoration : underline;
	background-color: #fef6eb;
	}


