
	li
	{
	}
	li.textlist
	{
		padding-bottom: 5px;
		list-style-type: square;
	}
	a.local
	{
		color: RGB(166,111,2);
                font-weight: bold;   
		text-decoration: none;
	}
	a.local:hover
	{
		text-decoration: underline;
	}
	a.external
	{
		color: RGB(166,111,2);
                font-weight: bold;   
		text-decoration: none;
	}
	a.external:hover
	{
		text-decoration: underline;
	}
        


