
body, textarea {
  font-family:"Andale Mono",Arial,sans-serif;
  scrollbar-base-color:#f3ffe0;
  scrollbar-3dlight-color:#808080;
  scrollbar-arrow-color:#f3ffe0;
  scrollbar-darkshadow-color:#808080;
  scrollbar-face-color:#f3ffe0;
  scrollbar-highlight-color:#f3ffe0;
  scrollbar-shadow-color#808080;
  scrollbar-track-color:#ffffff;}

body,table,td,tr,div,ul { font-weight :500 ; font-family:"Arial",;}

body {background-color:#FFF7FB}
table {background-color:#f3ffe0}
th {background-color:#ffffff}

th {border-color:"#653333"}
td {border-color:"#653333"}

a { font-size: 12px; text-decoration: none; font-weight :500;font-family:"Arial",;}

td {font-size: 13px;color:"#653333"}
th {font-size: 13px;color:"#653333"}


<!-- none link nicht unterstreichen, yes unterstreichen -->
a:link {color:#9d7a00}
a:visited {color:#9d7a00}
<!--Link-Farbe-->
a:active {color:#ff0000;}
a:hover{color: #ff0000;}
<!------------------------------------------------------->
<style type="text/css">
 a:link {color: #653333; text-decoration: none}
 a:visited {color: #653333; text-decoration: none}
 a:active {color: #000000; text-decoration: none}
 a:hover {color: #077600; border-bottom: double}
</style>
