body {
	color: black;
	background-color: white;
	font-family: "Comic Sans MS";
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 85px;
	margin-right: 15px;
	margin-top: 15px;
	cursor: url(cursor_cappello.cur), auto;
	/*SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: green;
	SCROLLBAR-SHADOW-COLOR: green;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-ARROW-COLOR: green;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: white;*/
} /* corpo della pagina */

a:link, a:active, a:visited {
	color: green;
	text-decoration: underline;
	font-weight: normal;
} /* links */

a:hover {
	color: red;
	text-decoration: underline;
	font-style: normal;
} /* links cambiamento al pass del mouse */

h2 {
	color: red;
	font-family: Comic Sans MS;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
} /* titolo della pagina */

h3 {
	color: green;
	font-family: Comic Sans MS;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
} /* sottotitolo al titolo della pagina */

h4 {
	color: blue;
	font-family: Comic Sans MS;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
} /* titoletti interni alla pagina */

.scrittaverde {
	color: green;
	font-family: Comic Sans MS;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
} /* titoletti interni alla pagina */

.scrittarossa {
	color: red;
	font-family: Comic Sans MS;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
} /* titoletti interni alla pagina */


.hr {
	border: 2px solid red;
}

p {10px;}
