﻿body {
	background-color: white;
	color: #110658;
	font-size: 2.5em;
	margin: 0;
	padding: 0px 20px 20px 20px;
	text-align: center;
}

.sign, img {
	max-width: 100%;
	max-height: 100%;
}

.portrait {
	max-height: 200px;
}

a, a:hover, a:active, a:visited {
	color: #110658;
	font-family: Impact;
}

h1 {
	font-size: 3em;
}

h2 {
	background-color: #110658;
	color: white;
	font-family: Impact;
	padding: 20px;
	font-size: 2em;
}