/*Datei : formatnavi.css*/

body {text:#FFAA00;
      background-color: #990000;}



a:link { font-weight:bold; color:#FFAA00; text-decoration:none }
a:visited { font-weight:bold; color:#FFAA00; text-decoration:none }
a:hover { font-weight:bold; color:#F00000; text-decoration:underline }


h1,h2,h3,h4,h5,h6,ul,ol,li
    {font-family: Arial;
    font-style: normal;
    color: #FFAA00;
    margin-top:7pt;
    margin-bottom:7pt;
    align: justify;
    }

table {border= 1;
       border-color: #FFAA00;
       border-width: medium;
       border-style: outset;
       text: #FFAA00;
       }