aside {
    border: 3px double #999999;
    margin: 10px;
    padding: 3px;
}

body {
	font-family: sans-serif;
	font-size: 1.05em;
	line-height: 1.5em;
}

time {
    border-right: solid 1px black;
    font-weight: bold;
    padding-right: 3px;
}

header {
	letter-spacing: 20px;
}

pre {
    overflow-y: scroll;
}

pre, code {
	background-color: #f4f4ff;
}

pre del {
	background-color: #ffc5c5;
	text-decoration: none;
}

pre ins {
	background-color: #c5ffcb;
	text-decoration: none;
}

.comment {
	color: #a7a7a7;
}

:target {
	background-color: #b1dff9;
}

.story-time::first-letter {
	border: 1px solid black;
	box-shadow: 3px 3px 3px black;
	float: left;
	font-size: 2em;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	margin-right: 5px;
	padding: 2px 4px 2px 2px;
}

@media (min-width: 750px) {
    p, ul, ol {
        width: 750px;
    }
}