body
{
}

.menu
{
	color:yellow;
	font-family:Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	
}
.menu:hover
{
	color:white;
	text-decoration:underline;
}

div.list ul
{
	list-style-type:circle;
	color:yellow;
	font-weight:bolder;	
}

.chapter
{
	font-family:Arial;
	font-size:12px;
	color:Silver;
	font-weight:bolder;
}
.text
{
	color:Black;
	font-size:11px;
	font-family:Tahoma;
	text-align:justify;
	
}