h1{
	font-family:comic sans ms;
	color: darkgrey;
	text-align:center;
}

p{
	font-family:tahoma;
	color: grey;
	font-size: 15px;
}
a{
	font-size: 15px;
	transition: font-size 0.4s ease-in-out;
}
a:link{
	color: grey;
	font-family: tahoma;
	text-decoration: none;
}
a:hover{
	font-size: 18px;
}
img{
	width:200px;
	border: 2px solid black;
}
img:hover{
	box-shadow: 0 0 2px 1px black
}