<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>Format</title>
</head>
<BODY>

<style type="text/css">
<!--
/*
#Text01 { font:bold 14pt Arial;color:red }
#Text02 { font:bold 12pt;color:blue }*/

#Text03 { font:bold 8pt Arial; color:navy;}
/* id="Text03" einfügen - funktioniert nur beim ie-Explorer*/

h3 {
        font-family: Arial;
        /* font-size: large;  */
         font-size: 15pt;
        font-weight: 600;
        text-align: left;
        color: Maroon;
        background: #FFFFE1;
        border-bottom-color: red;
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-left-color: #AA0000;
        border-left-style: solid;
        border-left-width: thick;

}
h4 {
        font-family: Arial;
        font-size: small;
        font-weight: 600;
        text-align: left;
        color: maroon;
        background: #FFFFE1;

}

body {
         font:bold 12pt Arial;
        font-family: Arial;
        /*font-size: bold 10pt;*/
        text-align: left;
         /*color:#336633;*/
        color: black;
        background: #FFFFE1;
}

p{
font:bold 10pt Arial;
  text-indent:3.5mm;
  /*font-size: bold 8pt; */
  /*font-family: Arial;*/
}


DIV.bild {
margin:20px;
padding:1cm;
/*BACKGROUND:#CAFFFF;*/
position:relative;
border-color:#FF8000;
border:thick double;
color:#FF8000;
/*hier ist die Rahmenfarbe für den ie-explorer gemeint*/
}

/**/

a:link
{
COLOR:green;
font-size: 11pt;
font-weight: bold;
text-decoration:none
}

a:visited
{
COLOR:maroon;
font-size: 11pt;
text-decoration:none;
font-weight: bold;
}



A:hover
{color: #000080;
font-size: 11pt;
font-weight: bold;
}


-->

</style>
</body>
</html>