h1{
	font-family: comic Sans MS;
	color: blue;
	text-align: center;
	
}
p{
	font-family: tahoma;
	color:red;
	
}
a:link{
	color: black:
	font-family: Comic Sans MS;
	
}
a:visited{
	color: purple;
}
img{
	width:200px;
	border-radius: 15px;
	border: 50px solid blue
}