
body, textarea {
  font-family:"Andale Mono",Arial,sans-serif;
  scrollbar-base-color:#FFB858;
  scrollbar-3dlight-color:#808080;
  scrollbar-arrow-color:#FFB858;
  scrollbar-darkshadow-color:#808080;
  scrollbar-face-color:#FFB858;
  scrollbar-highlight-color:#808080;<!--balkenrahmen-->
  scrollbar-shadow-color#808080;
  scrollbar-track-color:#ffffff;}<!--fahrspur wie Seite-->

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:#Ffffff;}
table {background-color:#FFFFc7;}
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;}<!--benutzter Link-->
<!--Link-Farbe-->
a:active {color:#000000;}
a:hover{color: #ff0000;}<!--Blinkfarbe für Link-->
 <!------------------------------------------------------->
<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: #f00000; border-bottom: double}
</style>
