h1{
	font-family: Elephant;
	Color: Blue;
	Text-align: Center;
}


p{
	Font-family: tahoma;
	Color: Black;
}
a:link{
		Color: green;
		Font-family: tahoma;
		
}
Img{
	width:200px;
	Border: 5px solid #ddd;
	Border-style: inset;
}

A:hover{
	Color: blue;
	Text-decoration: None;
}