body {
	background-color: linen;
  font: 12px Verdana, Times, Sans-serif;
  margin: 5px;
  padding: 0px;
  line-height: 120%;
}

h4 {
	font-size: 12pt;
	font-weight:bold;
}

.emphasis {
	color: purple;
	font-family: monospace;
}

em {
	color: darkred;
	font-style: normal;
	font-family: monospace;
}

ul  {
	margin-left:13px;
	padding-left: 3px;
	padding-top:2px;
}

ul {
	list-style-image: url(/main/images/blue_bullet.gif);
	
}
ul ul {
	list-style-image: url(/main/images/yellow_bullet.gif);
}

ul ul ul {
	list-style-image: url(/main/images/red_bullet.gif);
}

ul ul ul ul {
	list-style-image: url(/main/images/green_bullet.gif);
}

tt {
	color: #6A4500;
}
