@import url("https://fonts.googleapis.com/css?family=Playball&display=swap");

BODY {
	background: white;
	color: black;
}
A:link {
	text-decoration: underline;
	/* color: blue; */
	color: #CD2626
}
A:visited {
	text-decoration: underline;
	/* color: purple; */
	color: #8B1A1A
}
A:active, A:hover {
	text-decoration: none;
	/* color: red; */
	color: #FF0000
}
ADDRESS {
	font-size: small;
}
H1 {
	text-align: center;
	font-family: 'Playball', cursive;
}
DIV.centerdiv {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
