/* 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 */
.sun
{
	DISPLAY: none;
}
.divscroll
{
	width: 100%;
	height: 100%;
	overflow: auto;
	background-image: url(img/background_natale3.JPG);
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
body { 
	font-family: verdana; 
	color: white; 
	margin: 10px; 
	}
a:link { 
	text-decoration: none; 
	color: #FEBC23;
	}
a:visited {
	text-decoration: none;
	color: #FEBC23;
}
a:hover, a:active { 
	color: #000099;
	}


