﻿#HtmlArticle OL LI {
	list-style-position:outside;
    margin: 2px 20px;	
}
#HtmlArticle UL LI {
    list-style:disc;
	list-style-position:outside;
	margin: 2px 20px;
}
.black {
	font-family:Arial;
	font-size:13px;
	color:#000000;
}
.green {
	font-family:Arial;
	font-size:13px;
	color:green;
}
