/*   Used for       menu-freyr-in-nederlands.php    text (ul (li)) + image (p (img))      vn--inleiding-over-freyr.php   text (ul:inside (li (a)) ) + image (p (img))   */     div.description  {    float:left;    color:green;    border: thin solid;    margin:1%;    padding:0;    width:80%;  }  div.text  {    float:left;    width:38%;    padding:0;    margin:0;    text-align:justify;  }  div.text h2   {    font-size:100%;    text-align:center;  }  div.text ul  {    /* font-size:small; */    list-style-type:none;  }  div.text ul.inside  {    /* font-size:small; */    list-style-type:square;  }  div.text p  {    /* font-size:small; */    text-indent:2%;    margin: 0 1% 1% 2%;   }  div.text a  {    margin:0 0 1% 1%;    border-width:1px;  }  div.image  {    float:right;    width:58%;     padding:0;    margin:1%;    text-align:center;    /* font-size:small; */  }