/* SchnellNet CSS Recipe */

/* Body Attributes */

body {
  color:          black;
  font-size:      1em;
  font-weight:    normal;
  word-spacing:   normal;
  letter-spacing: normal;
  text-transform: none;
  font-family:    Verdana, Arial, Helvetica, sans-serif;
}

/* Text Tag Attributes */

p {color: black; font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif}
h5 {color: gray; font-size: 7 pt; font-family: Verdana, Arial, Helvetica, sans-serif}
h4 {font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif}
h2 {p {color: black; font-style: italic; font-family: Arial, Helvetica, sans-serif}
h3 {p {color: black; font-family: Arial, Helvetica, sans-serif}
li {p {color: black; font-family: Verdana, Arial, Helvetica, sans-serif}


/* Link Attributes */

a:hover   {background-color:#eee}
a:link img, a:visited img {border-style: none}
a img {color: white} /* The only way to hide the border in NS 4.x */

