/*   Used for		n07--porsche-rally-at-freyr.php	p (a(img))	*/		  div.description  {    float:left;    width:80%;    padding:0;    margin:1%;    color:green;    border: thin solid;    text-align:center;  }  /*  image without any other info */  div.image  {    float:left;    width:99%;    margin:1%;    color:green;    border: thin solid;    text-align:center; /* not redondant for target="_blank" */  }  div.description h2, div.image h2  {    font-size:100%;  }  div.description p,   div.image p  {	font-size:small;	margin: 0 0 4px 0;  }  div.description a,   div.image a  {    margin:0;    border-width:1px;  }    div.description div.text  {    float:left;    width:96%;    margin:0;    text-align:justify;    font-size:small;  }
