body{
	background:		#fff;
	color:			#000;
	margin-left: 		3%;
	font-family:		'Verdana', 'Arial', 'Helvetica', 'Osaka', 'sans-serif'
}
a:link{
	color:			#000;
	font-weight:		bold;
	text-decoration:	none
}
a:visited{
	color:			#888;
	font-weight:		bold;
	text-decoration:	none
}
a:active{
	color:			#888;
	font-weight:		bold;
	text-decoration:	none
}
a:hover{
	color:			#000;
	font-weight:		bold;
	text-decoration:	underline
}
div.footer{
	text-align: 		right;
	margin-top: 		1em
	font-style:		italic
}
div.nongenre{
	background:		#eee;
	border:			1px dotted;
	margin:			2em;
	line-height:		150%
}
div.movie{
	background:		#fef;
	border:			1px dotted;
	margin:			2em;
	line-height:		150%
}
div.book{
	background:		#eff;
	border:			1px dotted;
	margin:			2em;
	line-height:		150%
}
div.game{
	background:		#ffe;
	border:			1px dotted;
	margin:			2em;
	line-height:		150%
}
div.computer{
	background:		#efe;
	border:			1px dotted;
	margin:			2em;
	line-height:		150%
}
div.internet{
	background:		#eef;
	border:			1px dotted;
	margin:			2em;
	line-height:		150%
}
div.title{
	margin-left:		1em;
	margin-top:		1em;
	font-weight:		bold;
}
div.date{
	margin-right:		1em;
	font-size:		78%;
	text-align:		right;
}
div.comment{
	margin:			1em,0em,0em,0em;
	padding:		1em;
}
