/* DATEI:formate.css */
/* Standart          */

/* Einstellungen für: allgemein */
body { background-color:#000080; }
hr   { color:#FFFFFF; }

h3,h4,p,ul,ol,li,div,td,th,address,blockquote,b,i {font-family:arial,verdana,helvetica,sans-serif;color:#FFFFFF;}

h1,h2 {font-family:arial,helvetica,arial,verdana,sans-serif;color:#FFFFFF;font-size:16pt}

/* Einstellungen für: LINKS */
a:link    { font-weight:bold; color:#FFFFFF; text-decoration:underline }
a:visited { font-weight:bold; color:#FFFFFF; text-decoration:underline }
a:hover   { font-weight:bold; color:#808080; text-decoration:underline }
a:active  { font-weight:bold; color:#C0C0C0; text-decoration:underline }
a:focus   { font-weight:bold; color:#808080; text-decoration:underline }