h1{
	font-family: comic sans ms;
	color: red;
	text-align: center;
}

p{
	font-family: tahoma;
	color: black;
}

.img{
	width: 200px;
}

img:hover{
	opacity: .5;
	border: 2px solid black;
	border-radius: 5px;
	transition: .5s ease-in-out;
	box-shadow: 5px 5px 1px black
}

a:link{
		color:red;
}
a:visited{
	color:black;
	text-decoration: none;
	font-family: "century gothic";
	font-size: 12px;
}
	
a:hover{
	color:red;
	text-decoration: bold;
	font-size: 24px;
	transition: .5s ease;
}
