A:link, a:visited {
	text-decoration: none;
	color: blue;
	font-style: normal;
	font-weight : bold;
}
a:hover {
	text-decoration: none;
	color: b52129;
	background: yellow;
	font-style : italic;
}

h1 {
    font-family: Arial;
    font-size: x-large;
    text-align : center;
    background : Teal;
}
h2 {
	font-family: Arial;
	font-size: medium;
	font-style:italic;
	text-align:justify;
	font : bold;
	background : Navy;
	border : thin groove Fuchsia;
	color : Aqua;
}

P.figura {
	text-align : center;
}


BODY {
	text-align : justify;
	background-color : #CEFFFF;
}



