

body, textarea {
  font-family:"Arial";
  scrollbar-base-color:#f5ead6;
  scrollbar-3dlight-color:#663333;
  scrollbar-arrow-color:#f5ead6;
  scrollbar-darkshadow-color:#663333;
  scrollbar-face-color:#f5ead6;
  scrollbar-highlight-color:#800000;
  scrollbar-shadow-color#800000;
  scrollbar-track-color:#ffffff;}

body,table,td,tr,div,ul { font-weight :500 ; font-family:"Arial",;}
td {font-size: 13px;color:#653333;}
th {font-size: 13px;color:#653333;}


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

a { font-size: 12px; text-decoration: none; font-weight :500;font-family:"Arial",;}
<!-- none link nicht unterstreichen, yes unterstreichen -->

a:link {color:#653333;}
a:visited {color:653333;}
<!--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: #9d6c45; border-bottom: double}
</style>
