/* NowSites 2009 */

body {
	margin 		: 0;
	padding 	: 0;
	background 	: #03bd03 url(./backlemon.jpg);
	font-family 	: "Times New Roman", serif;
	font-size 	: 16px;
	color 		: #ccffcc;
	margin	 	: 0px; 
	}

a:link { 
	color 		: #937471; 
        text-decoration : none;
	}
a:visited { 
	color 		: #735451; 
        text-decoration : none;
	}
a:active { 
	color 		: #937471; 
        text-decoration : none;
	}
a:hover { 
	font-weight	: 900;  
	color 		: #b39491; 
        text-decoration : underline;
	margin	 	: 0px; 
	}

