﻿#HtmlDiv UL LI
{
	list-style-position:outside;
	list-style-type:disc;
	margin-right:20px;
	margin-left:20px;
	margin-top:2px;
}
#HtmlDiv OL LI
{
	list-style-position:outside;
	margin-right:20px;
	margin-left:20px;
	margin-top:2px;
}

#CategoryDiv UL LI
{
	list-style-position:outside;
	list-style-image:url(http://www.h-top.co.il/Images/Common/RedBullet.jpg);
	margin-right:20px;
	margin-left:20px;
	margin-bottom:5px;
}

A
{
	text-decoration:none;	
}
.Black
{
	font-family:Arial;
	letter-spacing:1.5px;
	font-size:12px;
	color:Black;
	text-decoration:none;
}
.Red
{
	font-family:Arial;
	letter-spacing:1.5px;
	font-size:12px;
	color:#761414;
	text-decoration:none;
}
.Link
{
	font-family:Arial;
	letter-spacing:1.5px;
	font-size:12px;
	color:#761414;
	text-decoration:none;
}
.Link:Hover
{
	font-family:Arial;
	letter-spacing:1.5px;
	font-size:12px;
	color:#761414;
	text-decoration:underline;
}