.text{
	color: White;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.name{
	color:#DC8989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

.gallery{
	padding:10px;
}

.menu{
	color:#DC8989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.location{
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

a {
	color: #DC8989;
	text-decoration: none;
}

a:active {
	color: #DC8989;
}

a:hover {
	color: White; 
	text-decoration: none;
}