/* index.css */
body {
	background-color: #000000;
	color: #ffffff;
	font-family: serif;
	font-size: 1.16em;
	padding-left: 8px;
	text-align: center;
	visibility: visible;
	width: 849px;
}

img {
	border-style: solid;
	border-width: 0px;
	border-color: #ffffff;
}

table {
	width: 98%;
	text-align: center;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	border-color: #ffffff;
	background-color: transparent;
	font-family: georgia, serif;
	color: #ffffff;
	position: static;
	margin-left: auto;
	margin-right: auto;
}

table.main {
	width: 98%;
	text-align: center;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	background-color: transparent;
	font-family: georgia, serif;
	color: #ffffff;
	position: static;
	margin-left: auto;
	margin-right: auto;
}

table a {
	color: #ffffff;
	font-family: georgia, serif;
	text-decoration: none;
	background-color: transparent;
	position: static;
}

tr, td {
	padding: 0px;
	border-style: none;
	border-width: 0px;
	border-color: #000000;
	background-color: transparent;
	color: #ffffff;
}

td.main {
	padding-left: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
	text-align: center;
	width: 45%;
}

td.article {
	padding-left: 0px;
	border-style: solid;
	border-width: 0px;
	background-color: transparent;
	color: #ffffff;
	text-align: center;
	width: 45%;
}

td.bio {
	position: static;
	text-align: left;
	font-family: sans-serif;
	font-size: 0.8em;
}

td.press {
	position: static;
	text-align: left;
	font-family: sans-serif;
	font-size: 0.85em;
	padding-left: 3em;
}

td.press a {
	font-family: sans-serif;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a.visited {
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

h1, h2, h3 {
	background-color: transparent;
	color: #ffffff;
	font-family: serif;
	text-align: center;
}

p {
	color: #ffffff;
	font-family: tahoma, didot, serif;
	text-align: left;
}

pre {
	background-color: transparent;
	font-family: georgia, serif;
	font-size: 100%;
	color: #ffffff;
}

div.footer, div.footer a {
	border-style: none;
	color: #ffffff;
	font-family: tahoma, didot, serif;
	font-size: 96%;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
}