h1 {
	font-family:"Comic Sans MS", cursive, sans-serif;
	text-decoration:underline;
}
body {
	background-color: lightblue;
}

ul {
	list-style-type:circle;
	list-style-position: inside;
}

a:link { 
	color:red;
}
a:visited {
	color:purple;
}
a:hover {
	color:yellow;
}
a:active {
	color:green;
} 

div.content {
	font-family:"Arial", Arial, sans-serif;
	font-size: 14px;
	color:red;
	border-style:solid;
	border-color:purple;
	padding:50px 50px 50px;
	
}

footer {
	font-size:12px;
	color:white;
	background-color:blue;
}

#thumbnail {
	height: 150px;
	width: 200px;
}



