/* CSS Document */

dt
{
         float: left;
         clear: left;
         width: 10em; /* adjust to fit your links list */
         margin-bottom: 2ex;     /* make space between one link and the next */
}

dd
{	
	   max-width: 30em;        /* limit length of text lines */
   	
	   margin-left: 10em;      /* keep dd's indented */
  
	   margin-bottom: 2ex;     /* make space between one link and the next */
}