
A:link { color: blue }       /* unvisited link */
A:visited { color: brown }   /* visited links */
A:active { color: lime }    /* active links */

h1,h2 {
	color:		red
	font-size:	xx-large
	border-color:	black
}

h1	{background-color: green}

h2	{top: 50%}

p	{
	color:		black;
	font-size:	small;
}
/*
body	{
	background-repeat: 	no-repeat;
  	background-position: 	2% 15%;
	background-color:	white;
	background-attachment:	fixed;
	background-image:	url("./terra.jpg");
}
*/

body	{
	background-repeat: 	repeat;
	background-color:	white;
	background-image:	url("./blueripple.gif");
	font-family:		arial;
}

.destro {text-align: right}
.centro {text-align: center}

.btnColor	{
	color:black;
	background-color: yellow };
