@import url(undohtml.css);

/*
	margin/padding
	margin: 1px 2px 3px 4px;
			o  r   u   l
			
	margin: 1px; // o und u und r und l
	
	margin: 1px 2px;
		   o=u  r=l
*/
body {
	
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

#image {
	position: absolute;
	top: 0;
	left: 0;
}

#title {
	position: absolute;
	top: 200px;
	left: 200px;

}

.story {
	column-count: 3;
	column-width: 250px;
	position: absolute;
	top: 350px;
	left: 200px;
	text-align: justify;
}

p {
	margin: 0.9em 0;

}

#footer {
	position: absolute;
	bottom: 3px;
	font-size: 10px;
	left: 462px;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	text-decoration: underline;
}

ul li ul li:hover {
	text-decoration: none;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-left: -1px;
}
