* { margin: 10px 10px 10px 10px;}

    body {
    background-color: #000033;
    color: #CCCCCC;
    }
cmunbi-bx-rm-ti

@font-face { font-family: 'chancery';
             src: url('./ChanceryRegular.ttf') format('truetype'); }

@font-face { font-family: 'scriptuamea';
             src: url('./cmunrm.ttf') format('truetype'); }
@font-face { font-family: 'scriptuamea';
             src: url('./cmunti.ttf') format('truetype');
             font-style: italic; }
@font-face { font-family: 'scriptuamea';
             src: url('./cmunbx.ttf') format('truetype');
             font-weight: bold; }
@font-face { font-family: 'scriptuamea';
             src: url('./cmunbi.ttf') format('truetype');
             font-weight: bold;
             font-style: italic; }




    h1 {
	font-family: scriptuamea, helvetica, sans-serif;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        text-align: left;
      }
      
    h2 {
	font-family: scriptuamea, helvetica, sans-serif;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        text-align: left;
      }


      p {
	margin-bottom: 10;
	 margin-top: 0;
	font-family: scriptuamea, helvetica, sans-serif;
        font-size: 1em;
        -ms-hyphens: none;
        -webkit-hyphens: none;
        hyphens: none;
        max-width: 50em;
      }
      .trennung {
	margin-bottom: 10;
	margin-top: 0;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
      }
table {
 border-collapse: collapse;
}



.border{
padding:10px;
border-style: solid;
border-width:1px;
 border-collapse: collapse;
 border-spacing: 0 8px;
 }

    td,th {
    padding:10px;
    border: 1px solid;
     border-collapse: collapse;
	font-family: spriptuamea, helvetica, sans-serif;
	font-size: 1em;
        -ms-hyphens: none;
        -webkit-hyphens: none;
        hyphens: none;
        max-width: 50em;
 	vertical-align: top;
      }

    ul {
	font-family: scriptuamea,  helvetica, sans-serif;
        font-size: 1em;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        max-width: 50em;
        text-align: left;
      }
     

    a {
    font-family: chancery, helvetica, sans-serif;
    font-size: 1.0em;
    text-decoration: none;
    color: #FF6600;
    }

