/* *********************************************************** */
/* Definition of Formates using CSS (Cascading Stylesheets)    */
/* ----------------------------------------------------------- */
/* Site: Homepage Horst Franze;                                */
/*       zusätzlich für Internet-Link-Sammlung;                */
/* ----------------------------------------------------------- */
/* 23.06.2005:  Horst Franzke                                  */
/*            - initial Version;                               */
/* *********************************************************** */

/* *********************************************************** */
/* *** BOXES ************************************************* */
/* *********************************************************** */
div.simpleBox {
   margin-top:0px;
   margin-left:20px;
   margin-right:0px;
   margin-bottom:10px;
   padding-top:3px;
   padding-right:20px;
   border: 2px solid #999999;
}

