
body {
	background-color: black;
	color: white;
	font-family: Arial;
	font-size: 18pt;
	margin: 0 20% 0 20%;
}

#main {
	background-color: blue;
	padding: 10pt;
}

h2 {
	text-align: center;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
}

.redbox {
	background: white;
	border: 5pt solid red;
	color: black;
	font-family: Arial;
	margin: 12pt 0;
	padding: 6pt;
	text-align: center;
}
