

body {
	font-family: verdana;
	font-size: 100%;
	line-height:1.125em;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content {
	font-size: 0.75em;
	color: #656565;
}


ul {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 20px;
}

ul ul  {
	list-style-type: circle;
}

ul ul ul {
	list-style-type: square;
}


ol {
	list-style-type: decimal;
	margin-left: 20px;
	padding-left: 20px;
}

ol ol  {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}