h1 { 
font-size: 50px; 
text-align: center;
font-family: Cursive; 
color: #ffccaa;
}
img {
width:150px;
   height: 200px;

   }
ul {
font-weight: bold;
color: white;
font-family: arial;
}
a {
color: yellow;
text-decoration: none;
font-weight: bold;
font-family: Arial;
}
h3 {
color: yellow;
font-weight: bold;
font-family: Cursive;
text-align: center;
}
p {
color: white;
font-size: 15px;
font-family: Arial;
}
h2 {
color: yellow;
text-align: center;
font-family: Arial;
}
ol {
color: blue;
font-family: arial;
font-weight: bold;
}


p {
color: white;
font-family: arial;
}
ol {
 color: yellow;
font-family: arial;
font-weight: bold;
text-align: center;
}


div img {
height: 40px;
width: 40px;
text-align: left;
}
a:hover {
	color: green;
	font-weight: bold;
	text-decoration: none;
    text-decoration: underline;
	}
div a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
    text-decoration: underline;
	}

