﻿html, body {
	margin: 0;
	padding: 0;
	font-family: "Lato",'Verdana',sans-serif !important;
	font-weight: 300;
	background-color: white;
	/* text-align: center; */
	font-weight: 400;
	height: 100%
}

body {
	padding: 20px;
	box-sizing: border-box;
}

a {
	color: #6a6aed;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
}
a:hover {
	color: #9191ef;
}

.main {
	min-height: 100%;
	position: relative;
	max-width: 700px;
	margin: auto;
	/* text-align: justify; */
}

.footer {
	bottom: 0;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 30px;
}

.pageTitle {
	text-align: center;
	font-size: 32px;
}