a:link {
	color:#900000;
}
a:visited {
	color:#a000a0;
}
a:active {
	color:d0d000;
}

body {
	color:#202020;
	background-color:#d1d8d8;
	font-family: Georgia, serif;
}

.StoryPara {
	margin-bottom:15px;
	font-size:19px;
	line-height: 1.2em;
}	
.navtool {
	width:173px;
	background-color:#222;
	color:#aaa;
	font-size:17px;
	font-weight:500;
	border-radius:5px;
	margin-bottom:2px;
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
	cursor:pointer;
	display:inline-block;
	border: solid 2px #444;
}
.navtool:hover {
	background-color:darkslategrey;
}
div.randbody {
	font-size:14px;
	line-height:1.2em;
	margin-bottom:28px;
	border:solid #444 2px;
	border-radius: 5px;
	background-color:silver;
	padding:6px;
}
span.titlespan{
	font-size:15px;
	font-weight:600;
	cursor:pointer;
	font-style:italic;
}
.blackdc {
	float: left;
	color: black;
	font-size: 80px;
	line-height: 60px;
	padding-top: 1px;
	padding-right: 3px;
	padding-left: 0px;
	font-family: Georgia;
}
	
/* Cloud */
hr.cssline {
	margin-top: 14px;
	margin-bottom: 14px;
  border: 0;
	width: 100%;
	margin-left: 0;
  height: 0; /* Firefox... */
  box-shadow: 0 0 10px 1px black;
}
hr.cssline:after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */
}	

::selection {
	background: #F7E00C; /* Safari */
}
::-moz-selection {
	background: #F7E00C; /* Firefox */
}
