html {
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
	color: #fff;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
	background-image: url(/bkg.jpg);
}

.main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 100%;
}

table {
	border-spacing: 0px;
}

table td {
	padding: 0px;
}

a:link, a:hover, a:visited {
	color: #f79;
	text-decoration: none;
	font-style: italic;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.0;
}

.navigation, .navigation a:link, .navigation a:hover, .navigation a:visited {
	color: #fff;
	font-style: normal;
}

.blurb {
	color: #ccc;
	font-style: italic;
	margin-top: 12px;
	margin-bottom: 0px;
	text-align: left;
}

.entry-body {
	text-decoration: none;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left;
}

.entry-title {
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 0px;
	text-align: left;
	color: #0ff;
}

.footer {
	color: #999;
	text-align: center;
}

.footer a:link, .footer a:hover, .footer a:visited {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}

