/* Bildergalerie Mela */

               a:link  {
               	font-size : 10pt;
               	color : #0000FF;
               	font-family : Arial;
               	font-style : normal;
               }
               
               a:visited  {
               	font-size : 10pt;
               	color : #0000FF;
               }
               
               a:active  {
               	font-size : 10pt;
               	color : #FF6666;
               	font-style : italic;
               }
               
               a:hover  {
               	font-size : 10pt;
               	color : #CC0000;
               	text-decoration : underline;
               }
               
               h1  {
               	font-size : 24pt;
               	font-family : Arial;
               	color : #000000;
               	font-style : normal;
               }
               
               h2  {
               	font-size : 16pt;
               	font-family : Arial;
               	color : black;
               	font-style : normal;
               }
               
               h3  {
               	font-size : 14pt;
               	font-family : Arial;
               	color : black;
               	font-style : italic;
               }
               
               h4  {
               	font-size : 10pt;
               	font-family : Arial;
               	color : #ffffff;
               	font-style : normal;
               }
               
               p,ul,li,td  {
               	font-size : 10pt;
               	font-family : Arial;
               	font-weight : normal;
               }
