h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	padding-left: 100px;
	width: 400px;
}
.comment {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	float: right;
	height: 300px;
	width: 230px;
	overflow: scroll;
	position: absolute;
	top: 100px;
	right: 10px;
	padding: 5px;
	z-index: 2;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.home {
	background-attachment: scroll;
	background-image: url(hair.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	z-index: 0;
	background-color: #FFFFFF;
	padding: 0px;
	top: 0px;
}
.image {
	background-image: url(clouds_tondo.png);
	background-repeat: no-repeat;
	background-position: 250px 100px;
	z-index: 1;
	position: relative;
	clear: none;
	float: none;
	background-attachment: scroll;
}
.header {
	color: #666666;
	padding-left: 100px;
	padding-top: 100px;
	z-index: 0;
}
