html {
	height: 100%;
}

body {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

a {
	color: #700;
	font-weight: 900;
	text-decoration: none;
}

a:visited {
	color: #900;
}

a:hover, a:active {
	text-decoration: underline;
}

a.nav {
	font-size: 1.25em;
	color: #fb0;
	font-weight: 900;
	text-decoration: none;
}

a.nav:visited {
	color: #900;
}

a.nav:hover {
	text-decoration: underline;
}

img.plain {
   display: inline;
	margin-left: 0px; 
	margin-right: 0px;
   padding: 0px;
   border: 0px;
}

img.b {
   display: block;
	margin-left: auto; 
	margin-right: auto;
   padding: 5px;
   border: 1px solid #ccc;
}	

img {
   display: block;
	margin-left: auto; 
	margin-right: auto;
   padding: 5px;
   border: 1px solid #ccc;
}	


li {
	font-size: 1.0em;
	font-weight: normal; 
	line-height: 150%;
}

p {
	font-size: 1.0em;
	font-weight: normal; 
	line-height: 150%;
}

p.splash {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #f80;
}

p.chunk {
   display: block;
	margin-left: auto; 
	margin-right: auto;
   width: 240px;
}

#splash {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.navblock {
	left: 10px;
	bottom: 10px;
	position: absolute;
}

.quotation {
	width: 210px;
	margin-top: 5px;
	margin-left: 10px;
}

.entry {
	color: #444;
	background: #fff;
	text-align: justify;
	margin-top: 0px;
	margin-left: 460px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	border-left: 10px solid #900;
	border-right: 10px solid #900;
	font-family: Times New Roman, Times, serif;
}

.date {
	font-size: .8em;
	text-align: right;
	color: #000;
	font-weight: 700;
}

.quote {
	text-align: right;
	font-size: .8em;
}

.left {
	text-align: left;
	font-size: .8em;
}

.indent {
	margin-left: 15px;
}
