h1{
	font-family: elephant;
	color: red;
	text-align: center;}

p{
	font-family: tahoma;
	color: black;
	text-align: center;}
img{
	width:200px;
	border:5px solid red;
	border-radius:15px;}
a:link{
	color: blue;
	font-family: tahoma;
	text-decoration:none;}
		
a:visited{
	color: #FF0A9D;}
	
a:hover{
	color: orange;}