/* DATEI  : head.css */
/* PROJEKT: ucy      */

body {background-color:#ffd707;}

p,pre,h2,h3,h4,sup,div,ul,th,td,b,i
          {font-family:Futura Lt BT,Futura Bk BT,Arial,Verdana,MS Sans Serif,sans-serif;}
h2        {font-size:14pt;}
h3        {font-size:12pt;}
h4,p,ul,div,pre,sup,i,th,td
          {font-size:10pt;}

h2,h3,h4  {text-decoration:underline;}
p         {text-align:justify;}
i         {text-align:center;}

p,pre,h2,h3,sup,div,ul,th,td,b,i
          {color:black;}
pre       {color:olive;}


a:link    {color:red; text-decoration:none; }
a:visited {color:green; text-decoration:none; }
a:active  {color:lime; text-decoration:none; }
a:name    {color:olive; text-decoration:none; }
