body
{
	font-family: "Liberation Serif", serif;
	line-height: 1.5;
	margin: 5% 20%;
	background: white;
	color: black;
}

h1
{
	font-family: "Liberation Sans", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2, h3, h4, h5, h6
{
	font-family: "Liberation Sans", sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p + p
{
	text-indent: 2em;
}

#entry > p:first-child:first-line
{
	font-variant: small-caps;
}

a:link
{
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #0066FF;
	background: transparent;
}

a:hover
{
	color: blue;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid blue;
	background: transparent;
}

a:active
{
	color: red;
	background: transparent;
	outline: 1px dotted black;
}

a:visited
{
	color: #9900FF;
	font-weight: bold;
	border-bottom: 1px dotted #9900FF;
	text-decoration: none;
	background: transparent;
}

a:visited:hover
{
	color: purple;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid purple;
	background: transparent;
}

a:focus
{
	outline: 1px dotted black;
}

#meta
{
	margin: 5% 15%;
}

div.image
{
	text-align: center;
}

blockquote
{
	margin: 1% 10%;
	padding: 0 2%;
	border-left: 5px solid gray;
}
