/* CSS Document */

body {
	font-family:"Lucida Sans", Arial;
	font-size:12px;
	color:#333333;
}
#title {
	font-size:16px;
	color: #666666;
	font-weight: bolder;
	font-family:"Lucida Sans", Georgia;
	padding: 0px 0px 20px 0px;
}
#story {
	font-family:"Lucida Sans", Arial;
	font-size:12px;
	color:#666666;
	text-align:justify;
}
#story a {
	font-family:"Lucida Sans", Arial;
	font-size:12px;
	color: #666666;
	text-decoration:none;
	border-bottom: 1px dashed #999999;
}
#story a:hover {
	border-bottom: 1px solid #999999;
}
#story img {
	padding: 4px 4px 4px 4px;
	border: 1px solid #999999;
}

#powered {
	font-family:"Lucida Sans", Arial;
	font-size:10px;
	color: #444444;
	font-weight: bold;
}
#powered a {
	color: #444444;
}
