/* CSS Document */
p {color: black; text-align: center}
p {font-style: italic;}
h1 {color: blue; text-align: center}
h1 {font-style: italic;}
h2 {color: black;}
h2 {font-style: italic;}
a:hover{color:red;}
img{widh: 100px;}