/********************************************/
/*  Copyright (c) 2006 Jerome C. Yochelson  */
/*         Proprietary  Software Of         */
/*          Cranbury Music Company          */
/*           The Wolferl  Project           */
/********************************************/
/*	                                    */
/*	Lists.css                           */
/*	Formmatting for Lists of Lists      */

 .TopList {
    list-style-type: diamond;
    font-family: Comic Sans MS;
    font-size: 12pt;
    font-weight: bold;
    line-height: 1.2;
  }
 .MidList {
    list-style-type: disc;
    font-family: Arial, Verdana, sans serif;
    font-size: 12pt;
    font-weight: bold;
  }
 .ListDef {
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.0;
  }
  a.ListLinks:link {
    text-decoration: none;
    color: #FFD000;
  }
  a.ListLinks:visited {
    text-decoration: none;
    color: #FFD000;
  }
  a.ListLinks:hover {
    text-decoration: none;
    color: #FFFFFF;
  }

/*  Copyright (c) 2006 Jerome C. Yochelson  */
