h1{ 
	font-family:calabri;
	color:grey;
	text-align:center;}
	
p{
font-family: century gothic;
color:darkblue;}

img{ 
	width:300px; 
	border:1px solid black;
	border-radius: 10%;
}
a:link{ 
	color: darkgray; 
	font-family:tahoma; 
}
a:hover { 
	color:blue; 
text-decoration: none; }


img:hover{ 
box-shadow: 0 0 2px 1px rgba(0,140,186, 0.5); }