
@import url('https://fonts.googleapis.com/css2?family=Fragment+Mono:ital@0;1&display=swap');



body {
     background-color: #FFF;
     color:black;
     font-size: 0.8em;
     letter-spacing:0.1em;
     font-family: "Fragment Mono", serif;
  font-weight: 400;
  font-style: normal;



 }



}
 #head{
  position:relative;
   width:100%;
   height:auto;
   margin-bottom:2%;
      margin-top:2%;
 }

.image{
margin-left:5%;
margin-right:5%;

width: auto;
height: auto;

 }

 .a{ color:#FFF;
   text-decoration: overline black;

  }


 table {
   table-layout:fixed;
   position:relative;
   width: 100%;
   border-collapse: collapse;
   border-style: hidden;


 }
 tr {
   border: 1px solid black;
 }

 th{
   padding: 5px;
   text-align: left;
   }

 td {
   padding: 5px;
 }
 .flotter{
  float: right;
 }
 .flottel{
  float: left;
 }


 a:link {
  color: #000;
  text-decoration: none;
}
a:visited {

 color: #000;
 text-decoration: none;
}

a:focus {

  color: #000;
  text-decoration: none;
}

a:hover {
  color: #0000FF;
  text-decoration: underline;
}

a:active {
  color: #000;
  text-decoration: none;
}
