h1,h2 {
color: black;
font-style: verdana;
font-weight: extra-bold;
font-size: 30px;
font-family: fantasy;
}
dd {
	background-color: yellow;
	font-style:arial-black;
	font-weight: bold;
	font-size: 20px;
	font-family:"Times New Roman", serif;;	
	}
table{
 width:100%;
 border-collapse:collapse;
background-color: red;
 }
th, td{
 border:2px solid black;
}
body{
	background-color:orange;
}
#foto {
float:center;
width: 300px;
}
#lista {
	color: blue;
	font-style: verdana;
	font-size: 25px;
	font-family:italic;
}