A A:ACTIVE, A:FOCUS, A:LINK, A:VISITED{

	color: Black;

	text-decoration : underline;

}

A:hover {

	color: Black;

	text-decoration : underline;

}



.text{

	font-family : Tahoma;

	font-size : 13px;

}



li{

	list-style-image / url(images/bullet.gif);

	font-family : Tahoma;

	font-size : 13px;

	list-style-type : none;

}