html, body	{
	margin: 0;
	padding: 0;
	font-family: helvetica, ariel, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #333;
	height: 100%;
	width: 100%;
}
	
p {
	margin-top: auto;
	padding-top: 10;
	line-height: 1.5em;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

a	{
	text-decoration: none;
	font-weight: 700;
	color: white;
}

a:link {
	font-weight: 700;
	color: white;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: white;
}

a:visited {
	color: white;
}

img {
	width: 80%;
	border: 2px solid black;
	display: block;
	margin: auto;
	filter: drop-shadow(-6px 6px 14px black);
}

hr {
	width: 100%;
	margin: 20px 0px 20px 0px;
	height: 5px;
	background-color: black;
}

.content {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 50%;"
}

.caption {
	text-align: center;
	# width: 80%;
	font-weight: 700;
}

