

body
{
    color: black;
    background-color: white;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 1.5em;
    text-align: center;
		padding: 1em;
}

.title
{
	/*padding: 0.2em;*/
	font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.description
{
	/*padding: 0.1em;*/
	font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.phone
{
	padding: 1em;
	/*font-weight: bold;
	color: DarkViolet;*/
}

.address
{
	padding: 1em;
}

.map
{
	padding: 1em;
}

.links
{
	display: none;
	padding: 1em;
}

a
{
	text-decoration-line: none;
	color: #ff6611;
	color: DarkViolet;
}
a:hover
{
	text-decoration: underline;
	color: #0000ff;
}

