/* Maltese.css */
body  { margin:10px; margin-top:4px; margin-bottom:4px; 
        background-color:#b9d1d1; background-position:top; background-repeat:no-repeat; }

h1,h2,h3,h4,ul,ol,li,div,td,th,blockquote,
p,nobr,br,b,i,big,small,u,s,sup,sub,body 
      { color:#056f6f; font-family:Arial,sans-serif; font-weight:bold; padding:15px; }
      
img { border-width:6px; border-color:#045f5f; border-style:inset; padding:0px; }

ul,ol,li,div,td,th,blockqoute,
p,nobr,br,b,i,body { font-size:12pt; } /* "normaler" Text */

a:link { color:#068e8e; text-decoration:none; }   /* noch nicht besuchte */
a:visited { color:#055555; text-decoration:none; }  /* schon besuchte */
a:active { color:#055555; text-decoration:underline; } /* gerade aktive */ 
/* underline ist Default! */
