body {

	font-family: Tahoma;
	font-size: 7px;
	color: #333333;

}

ul
{
margin-left: 20px ;

list-style: none;
}
li
{
	line-height: 12px;
	padding-left: 15px;
	padding-top:5px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: Tahoma;
	font-size: 7pt;
}

a
{
        text-decoration:none;
        color: #333333;
{
a:hover
{
        text-decoration: underline;
        color: #333333;
{