BODY
{
	margin: 1%;
	background-color: black;
	color: yellow;
}
H1
{
	color: yellow;
}
H2
{
	color: white;
}
A:link
{
	color: white;
	text-decoration: underline;
}
A:active
{
	color: lightgreen;
	text-decoration: underline;
}
A:visited
{
	color: lightcyan;
	text-decoration: underline;
}
A:hover
{
	color: lightgray;
	text-decoration: none;
}
h2#artTitolo
{
	text-align: center;
}
p#artOcchiello
{
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	font-style: italic;
}
p#artParagrafo
{
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
}
h3#menu
{
	text-align: center;
	color: lightgreen;
	border-bottom: solid;
	border-bottom-color: yellow;
}
h4#webSession
{
	text-align: left;
	text-indent: 2%;
	color: lightgreen;
	border-top: double;
	border-top-color: yellow;
	border-left: double;
	border-left-color: yellow;
}
p#famosText
{
	left-margin: 4%;
	text-align: left;
}