h1{
font-family:Verdana;
color:blue;
text-align:center;
}

p{
font-family:Trebuchet ms;
color: black;
}

img{
	width:200px;
	border: 5px solid grey;
border-radius:35px;
}

img:hover{
	box-shadow:0 0 10px 10px purple;
}

a:link{
	color: orange;
	font-family: Tahoma;
}

a:hover{
	color:red;
	text-decoration: none;
}