h1{
	font-family: elephant;
	color: teal;
	text-align: center;
}

p{
	font-family: tahoma; 
	color: purple;
}
a:link{
	color:black;
	font-family: tahoma;
	text-decoration:none
	font-size:17px;
}
a:visited{
	color:black
	font-size: 16px;
}

img{
	width:200px;
	border: 2px solid gray;
	padding: 5px;
}

img:hover {
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}