body {
  	*/background-image	: url(bg.gif);
	margin-left			: 10px;
	margin-top			: 6px;
	margin-right		: 6px;
	margin-bottom		: 6px;
	font-family			: monaco, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
}

a {
	color				: #333333;
	text-decoration		: none;
}

a:hover {
	color				: #FFFFFF;
	text-decoration		: none;
	background-color: #000000;	
	
}
        
a:visited {
	color				: #666666;
	text-decoration		: line-through;
	
}
               
.content {
	font-family			: monaco, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color:				 #999999;
	margin				: 0px;
	line-height			: 18px;
}

.details {
	font-family			: monaco, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: #666666;
	margin				: -18px 0px 8px 0px;
	padding				: 17px 0px 3px 0px;
	
	line-height			: 16px;
	width				: 5000px;
	
	border-style		: solid;
	border-color		: #999999;
	border-top-width	: 1px;
	border-right-width	: 0px;
	border-left-width	: 0px;
	border-bottom-width	: 1px;
}

div.details hr {
	
	color: #CCFF00;	
}
	
.picture { 
	
	padding				: 3px;
	background			: white;
}

a.sub_navigation {
	color				: #0066CC;
	text-decoration		: none;
}

a.sub_navigation:hover {
	color				: #666666;
	text-decoration		: line-through;
}

a.sub_navigation:visited {
	color				: #999999;
	text-decoration		: line-through;
}	

.chapter {
	font-family			: monaco, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #000000;
	
	margin				: 0px;
	line-height			: 16px;
	background-color	: #ffffff; 
	text-decoration		: none;
	font-weight			: 300;
	width				: 350px;

	
	}
	
ol {
	margin: 0;
	padding: 0 0 0 0px;
		list-style-type: none;
	list-style-image: none;
	
	}

li {
	margin: 0;
	padding: 0 0 0 10px;
		list-style-type: none;
	list-style-image: none;
	}
	
