<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *
 * 	default.css
 *
 *
 * CSS  --  Cascading Style Sheet
 *
 *
 *
 * This ...
 *
 *
 */




head , meta , title , link , script , style	{

	display: none;

}



body.book	{

	background-color: #F0EEC7;

}



.center	{

	text-align:	center;

}



.top	{

	vertical-align:	top;

}



.left	{

	text-align:	left;

}



.red	{

	color: red;

}

.teal {

	color: #008080;

}

.green {

	color: #008000;

}



.bold	{

	font-weight: bold;

}



.emphasized	{

	font-style: italic;

}



.nom {

	margin: 0px;

}



.unicode {

/*
	font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', 'MS Gothic';
 */

}



.nowrap {

	white-space: nowrap;

}



.noborder {

	border: 0px none;

}




/*
.euler {font-size: 161.803398874989484820458683436564%}
 */

 </pre></body></html>