body {
	background-color: #ffffff;
	line-height: 120%;
    max-width: 900px;
    font-family: "Courier New", Courier, monospace;
}

@media screen and (max-width:50px) {
	#main {
		max-width: 90%;
	}
}

#main {
	background-color: #ffffff;
	text-align: left;
	max-width: 75vw;
	margin-left:auto;
	margin-right:auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
}

p {
	padding-left: 1.2vw;
	padding-right: 1.2vw;
}

img {
	max-width: 900px;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}


h1 {
	font-family: "Arial", arial, sans-serif;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.8em;
}

h2, h3, h4, h5, h6 {
	font-family: "Arial", arial, sans-serif;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
}


a:link, a:visited {
	text-decoration: none;
	color: #b80202;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

