/*To change the default link color:*/
a.l:link { color: #1874CD; font-size: 9.0pt;}

/*To change the active color:*/
a.l:active { color: #1874CD; font-size: 9.0pt;}

/*To change the followed link color:*/
a.l:visited { color: #1874CD; font-size: 9.0pt;}

/*To change the mouse over color:*/
a.l:hover { color: #1874CD; font-size: 9.0pt;}

/*define an image as bullets */
li.l	{
	list-style-image: url('/pic/bullet.gif');
	font-size: 9.0pt; 
	padding-left: 0px;
	padding-top:0px;
	}
      