body {
 background-color: yellow;
}
#lista1 {
background:green;
font-family:italic;
font-weight:bold;
}
#lista2 {
background:red;
font-family:verdana;
font-weight:bold;
}
h1,h2,h3 {
color: blue;
font-style: arial;
font-weight: bold;
font-size: 40px;
font-family: "Times New Roman", serif;
}
p {
	font-family: arial;
font-size:12pt;
}
strong {
font-size:15pt;
}
em {
	font-size: 13pt;
}
#foto1 {
float:center;
width: 200px;
}
#foto2 {
float:center-left;
width: 200px;
}