@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Farro|Yanone+Kaffeesatz&display=swap');
body {
  padding: 3rem;
  font-family: sans-serif;
  background: #F0F0F0;
  font-family: 'Farro', sans-serif;
  font-size:x-large;
  text-align:center;
}
h1 h2 h3 h4 {
	font-family: 'Farro', sans-serif;
}
img {
	margin:auto;
	max-width:50%;
}
table {
	border:none;
	clear:both;
}
table, tr, td, th {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	border:none;
	margin:auto;
	padding:20px 20px 20px 20px;
	text-align:center;
	font-size:xx-large;
}

/* unvisited link */
a:link {
  color: red;
  text-decoration:none;
}
/* visited link */
a:visited {
  text-decoration:none;
}

/* mouse over link */
a:hover {
    text-decoration:none;
}

/* selected link */
a:active {
    text-decoration:none;
}
p {
	text-align: center;
}
address {
	font-size:medium;
}
