﻿/* fonts */
body {
	max-width: 8in;
	margin-left: .5in;
}
body, p, a {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
}

h1, h2 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: lighter;	
}

h1 {
	font-size: 34pt;
	letter-spacing: 1pt;	
}
p {
	text-indent: 2.1em;
}

div.listing h2 {
	font-size: 12pt;
	margin-bottom: 0pt;
}

div.listing h2 span.title, div.listing h2 span.title a {
	font-size: 18pt;
}


/* colors */
body {
	 background: black;
}
p {
	color: #a1cd3a;
}
h1, h2, span.title, span.title a {
	color: #eb89e6;
}
a {
	color: #870289;
}
div.listing h2 span.date {
	color: white;
}



/* -- images table --- */
div.imgs 
{
	text-align: center;
}
div.imgs table
{
	border: none 0px;
}

div.imgs table td
{
	padding: 30px;
	text-align: center;
	vertical-align: middle;
}

div.imgs table img
{
	border: solid 40px white;
	padding: 0px;
	margin: 0px;
}