body {
	font-family: arial,sans;
	font-size: 12pt;
	color: #BB4C88;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#logobox {
	height: 83vh;
	}

#logodiv {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	height: inherit;
	}

#tagline {
	position: absolute;
	top: 90vh;
	display: block;
	width: 100vw;
	height: 10vh;
	padding: 0;
	}

.tag {
	display: block;
	width: 100vw;
	padding: 0 0 4px 0;
	margin: 0 auto;
	text-align: center;
	}

.tag a:link {
	font-weight: bold;
	text-decoration: none;
	color: #BB4C88;
	}

.tag a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #AA3B77;
	}

.tag a:active {
	font-weight: bold;
	text-decoration: none;
	color: #BB4C88;
	}

.tag a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #CC5D99;
	}

.tag a:focus {
	font-weight: bold;
	text-decoration: none;
	color: #CC5D99;
	}
	
