body {
	margin: 0;
	padding: 0;
    background-color: #555;
    color: white;
    font-family: verdana, helvetica, sans-serif;
    font-size: 14px;
}

#dungeon{
	background-color: #000;
	width: 500px;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	margin: auto;
	padding: 10px;
}

.story{
	margin-bottom: 10px;
	
	color: #fff;
}

.sep{
	text-align: center;
	font-size: 18px;
	color: #666;
	padding: 5px;
}
.invalid {
	font-size: 12px;
	color: red;
	font-weight: bold;
	text-align: center;
}

.choice a, .choice a:visited{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 5px;    
}
.choice a:hover{
    text-decoration: underline;
}
.choice{
	font-size: 14px;
	color: white;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
}

.metalinks{
	margin: 0;
	padding: 0;
}
.metalinks li{
    display: inline;
}
.metalinks a, .metalinks a:visited{
	color: #999;
	text-decoration: none;
}
.metalinks a:hover{
		text-decoration: underline;;
}

.meta{
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #666;
}
.die{
	padding: 6px;
	text-align: center;
}
.die a, .die a:visited{
    font-size: 16px;
    font-weight: bold;
    color: red;
    text-decoration: none;
}
.die a:hover{
    text-decoration: underline;
}
.special{
	color: #e0f;
	font-weight: bold;
	display: inline;
}

#history{
	color: #777;
}