body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Tahoma";
	font-size: 15px;
    direction: rtl;

}
a {
	color: #666666;

}
ul {
	list-style-type: circle;
	font-size: 13px;
	font-weight: bold;
	color: #666666;

}
ul ul {
	list-style-type: square;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;




}
ul ul ul {
	list-style-type: disc;
	font-size: 11px;
	text-decoration: none;



}
ul ul ul ul {
	list-style-type: disc;
	font-size: 11px;

}
