
body{
	background-color:#9999ff;
	}

.center{
	text-align: center;
	}

.underline{
	text-decoration: underline;
	}

div.story{
	margin:0px 50px 50px 200px;
	padding:10px;
	padding-bottom:20px;
	background-color:#eee;
	border:1px dashed #999;
	width: 26em;
	}

p{
	margin-top: .3em; 
	margin-bottom: .3em; 
	text-indent: 1em;
	}

p.none{
	text-indent: 0em;
	}

div.news{
	margin:0px 50px 50px 200px;
	padding:10px;
	padding-bottom:20px;
	background-color:#eee;
	border:1px dashed #999;
	width: 40em;
	}

div.side {
	position:absolute;
	top:100px;
	left:20px;
	width:150px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
	}