body{font-family: Arial, sans-serif;background-color:AliceBlue}
		h1{text-align: right;background-color:Teal}
		h2{text-align: center;background-color:Teal}
		div{width: 220px;height:150px;border: 2px solid MediumPurple;padding: 10px;margin: 20px;}
		#div1{position: fixed;bottom: 0px;right: 0px;width: 95%;background-color:LavenderBlush}
		#div2{border-radius: 20px;}
		#div3{border-style: dashed;}
		#div9{border: none;}
		#div4{position: relative;top: 30px;left: 30px;}
		#div5{position: absolute;right: 0px}
		#foto{float: right;}
		h1,h2{text-shadow: 2px 2px 5px pink;}
		img {opacity: 0.7;}
		img:hover {opacity: 1.0;}
		ul{
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			border-top-width: 1px;
			border-right-width: 1px;
			border-left-width: 1px;
			border-top-style: solid;
			border-right-style: solid;
			border-left-style: solid;
			border-top-color: #CCC;
			border-right-color: #CCC;
			border-left-color: #CCC;
		}
		a{
			font-family: Arial, Helvetica,sans-serif;
			color:#000;
			text-decoration: none;
			fnt-size: 0,9cm;
			display: block;
			padding: 6px;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #CCC;
			background-color: #EAEAEA;
		}
		a:hover {
			color: #FFF;
			background-color: #666;
			border-right-width: 5px;
			border-right-style: solid;
			border-right-color: #36F;
		}
		.a{color:pink;font-size: 40px;}