A:link
{
text-decoration: ;
}

A:visited
{
text-decoration:none;
color=teal;
}

A:hover
{
text-decoration:none
; font-family: Arial, Times, Helvetica, sans-serif ; font-weight: bolder;
color=red;
} /* Mouseover-farbe ist gruen */

A:active
{
text-decoration:none;
color=navy;
}
TH  
{
color: yellow;
border: red;
background: orange; 
}


body 
{ 
scrollbar-face-color: yellow;
scrollbar-highlight-color: black;
scrollbar-3dlight-color: yellow;
scrollbar-darkshadow-color: yelow;
scrollbar-shadow-color: black;
scrollbar-arrow-color: black;
scrollbar-track-color: green;
background: orange;
/* background: #48bfb0; */   
font-family: Arial, Times, Helvetica, sans-serif ;
color: black;
}

P 
{ 
   font-weight: bold;
   font-size: 12px;
   line-height: 15px;
}

H1, H2 ,H3, H4, P, { font face=" Arial, Times, Helvetica, sans-serif ; }

H1 {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
}

H2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  font-family: helvetica;
}
H3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
 }
H4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
}

