b { font-weight:bold;
    color:#000000;
  }
i { font-style:italic;
  }
/* Links */
a {
	color:#1f4379;
	text-decoration:none;
}
   a:link {
          font-size:10pt;
          color:#1f4379;
          }
   a:visited {
          font-size:10pt;
          color:#1f4379;
          }
   a:hover {
          font-size:10pt;
          color:#4d86dc;
          }
   a:active {
          font-size:10pt;
          color:#1f4379;
          }
/* Formatierung der Tabellenzellen */
td {font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight:normal;
	color:#000000;
}
/* Ueberschriften und Text */
h1, h2, h3, p { font-family:Arial, Helvetica, sans-serif;         }
h1 { text-align:left;
     vertical-align:top;
     font-size:11pt;
     color:#000000;
     font-weight:bold;
   }

