a{
	text-decoration : none;
	font-family: Courier;

	color: Black;
}

a:hover{
	text-decoration : none;
	font-family: Courier;

	color: Red;
	font-style : italic;
}

.Photo {
	border: 1 solid 1;
	text-decoration : none;
	font-family: Courier;
	color: Red;
	font-style : italic;
	border-color : Black;
}

