table{
	width: 100%;
	align: center;
}

tr:nth-child(odd){
	border-radius: 25px;
	background-color: #ddd;
}

td{
	border-radius: 25px;
    text-align: center;
}

td:hover{
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	background-color: #888;
}

td a{
	text-decoration: none;
	border-radius: 25px;
	color: #000;
	height: 100%;
	width: 100%;
	display: block;
	padding: 10px 0px 10px 0px;
}

td a:hover{
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	color: #fff;
}

#photo-album{
	text-decoration: none;
	color: #000;
}