/*  Used for    l--sint-james-way-and-freyr.php  text (ul (li)) + column (p (a (img)))    v--neighbors-of-freyr.php  2 column (p)  ve--overview-on-the-meuse.php  2 text (ul:inside (li))    n07--family-events-at-freyr.php  2 column (p (a (img)))    re--families-related-to-freyr.php  2 text (p)*/    div.description  {    float:left;    width:80%;    padding:0;    margin:1%;    color:green;    border: thin solid;    text-align:center;  }    div.description h2   {    font-size:100%;  }  div.clear  {    clear:both;  }  div.column  {    float:left;    width:48%;    padding: 0;    margin:0.9%;    font-size:small;  }  div.column p  {	margin:1% 0 1.5% 0;  }  div.text  {    float:left;    width:48%;    margin:0.9%;    text-align:justify;    font-size:small;  }  div.text ul  {    margin: 0 1% 1% 5%;  }  div.text p  {	 margin:0 0 1% 0;	 text-indent:3%;  }  div.text li  {	 margin:1%;  }  div.text a, div.column a  {    margin:0;    border-width:1px;    white-space: nowrap;  }    div.image  {    font-size:small;    text-align:center;  }    
