body, td { 
	background-color:#FFFFFF; 
	color:#595959; 
	font-family: Verdana, serif;
	font-size:13px;
	line-height:175%;
	margin:10px;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, sans-serif;
	color:#292929;
	text-transform:lowercase;
	letter-spacing:2px;
	font-weight:normal;
	margin-left:20px;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

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

a:hover {
	color:#db1b04;
	text-decoration:underline;
}

.storycode {
    font-family: Courier, 'Courier New', Monaco;
}

.squick {
    color:red;
    float:right;
}