html, body	{
	margin: 0;
	padding: 0;
	font-family: helvetica, ariel, sans-serif;
	font-size: 12px;
	text-shadow: 0px 0px 20px black;
	color: #fff;
	background: #000;
	background-image: url("redbg.jpg");
	height: 100%;
	width: 100%;
}

p {
	margin-top: auto;
	padding-top: 10;
	line-height: 1.5em;
	text-shadow: 0px 0px 20px black;
}

h1 { font-size: 18px;
	text-shadow: 0px 0px 20px black;
}
h2 { font-size: 16px;
	text-shadow: 0px 0px 20px black;
}
h3 { font-size: 14px;
	text-shadow: 0px 0px 20px black;
}

a	{ 
	text-decoration: none;
	font-weight: 700;
	color: white;
	text-shadow: 0px 0px 20px black;
}
	
a:link {
	font-weight: 700;
	color: white;
}

a:hover { 
	text-decoration: underline;
}

a:active { 
	color: white;
}

a:visited { 
	color: white;
}

img {
	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: 40%;"
}

.pixindex {
	margin: 0 auto 0 auto;
	width: 100%;"
}

.header {
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
}

.center {
	text-align: center;
}

.quotes	{
	margin: auto;
	width: 100%;
	text-align: center;
}

.quote	{
	padding: 0px;
	margin: 0px;
}

.attribution	{
	position: absolute;
	left: 55%;
	font-style: italic;
}

.leftlist {
	margin: 0;
	float: left;
	vertical-align: top;
	width: 60%;
	text-align: left;
}

.rightlist {
	margin: 0;
	float: right;
	vertical-align: top;
	width: 40%;
	text-align: right;
}

