html
{
	font-size: 16px;
}

body
{
	margin: 0px;
	padding: 0px;
	font-size: 0.75rem;
	font-family: Lato, Roboto, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #fefefe;
}

img
{
	border-style: none;
}

p
{
	font-size: 0.8rem;
	line-height: 200%;
	margin: 0px;
	padding: 0px;
	color: #6a6d72;
}

a:link, a:visited, a:hover, a:active
{
	color: #4665a2;
	font-weight: bold;
	text-decoration: underline;
}

#box
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#logo
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#text
{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
