﻿#HtmlDiv UL LI
{
	list-style-type: square;
	list-style-position:outside;
	color:#e54d11;
	margin-right:25px;
	margin-left:20px;
	margin-bottom:15px;
}
#HtmlDiv OL LI
{
	list-style-position:outside;
	margin-right:25px;
	margin-left:20px;
	margin-bottom:15px;
}
a
{
	text-decoration:none;	
}
.title
{
	text-decoration:none !important;
    font-weight:bold !important;
}
.link
{
	text-decoration:underline !important;
}
.english
{
	direction:ltr !important;
}