body {
	margin: 0;
	padding: 0;
	background: #000000 ;
	font-family: sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: sans-serif;
	font-size: 1em;
	color: #000000;
}

h3 {
	font-family: Verdana;
}

h2 {
	font-family: Times New Roman;
	letter-spacing: 3px;
}

h1 {
	font-size: 4em;
	font-family: Vivaldi;
}

h2 {
	font-size: 3em;
	
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Splash */

#splash {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	border-top: 5px solid #e9fa5d;
	border-bottom: 5px solid #e9fa5d;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
}

/* Content */

#content {
	width: 960px;
}

.post {
	padding-bottom: 0px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: 3px;
	border-bottom: 1px solid #e9fa5d;
	font-size: 30px;
	font-style: italic;
}

.post .title a {
	text-decoration: none;
	color: #e9fa5d;
}

.post .entry {
	padding: 10px 20px;
	font-family: Times New Roman;
	font-size: 28px;
}

.post .entry a {
	text-decoration: none;
}
