@charset "UTF-8";
@import url("Letter_Gothic_Std/stylesheet.css");
body {
	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-image: url(ap-background.jpg);
	font-family: "Letter Gothic Std";
	font-size: 8pt;
	color: #4F4646;
	margin-left: 18px;
	line-height: 13PT;
}
a:link {
	color: #EEEEEE;
	text-decoration: none;
}
a:visited {
	color: #EEEEEE;
}
a:hover {
	color: #4F4646;
}
.text {
	display: flex;
	flex-direction: column;
	align-items:  flex-start;
	justify-content: center;
	height: 100vh;
	;
}
