@charset "utf-8";
/* CSS Document */

<style>
.listed
	{margin: 0 0 0 0;
	 padding: 0 0 0 0;
	 line-height: 10px;
	 font-family: helvetica, arial;
	 font-size: 9px;	 
	}
	
.listed p
	{padding: 0;
	 margin: 0 4px 5px 8px;
	 line-height: 10px;	 
	}
	
	 
.listed a
	{text-decoration:none;
	}

.listed a:hover
	{color: #343434;
	 text-decoration:underline;
	}
			
</style>

