@charset "utf-8";
body {
	font-family: 'Lato', sans-serif;
}
.justified {
	font-family: 'Lato', sans-serif;
	text-align: justify;
}
.green {
	color: #390;
}
.red {
	color: #FF0000
}
.large {
	font-size: 150%;
}
.medium {
	font-size: 115%;
