@charset "utf-8";
/* CSS Document */

body {
  margin-bottom: 0px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 40px;
  text-decoration: none;
}

.header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

a:link .header{ color: #000000; text-decoration: none; }
a:visited .header{ color: #000000; text-decoration: none; }
a:hover .header{ color: #ee3d96; text-decoration: none; }
a:active .header{ color: #000000; text-decoration: none; }

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

a:link .text{ color: #000000; text-decoration: none; }
a:visited .text{ color: #000000; text-decoration: none; }
a:hover .text{ color: #ee3d96; text-decoration: none; }
a:active .text{ color: #000000; text-decoration: none; }

.kursiv {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 12px;
  text-decoration: none;
}

a:link .kursiv{ color: #000000; text-decoration: none; }
a:visited .kursiv{ color: #000000; text-decoration: none; }
a:hover .kursiv{ color: #ee3d96; text-decoration: none; }
a:active .kursiv{ color: #000000; text-decoration: none; }

.date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #999999;
  text-decoration: none;
}

a:link .date{ color: #999999; text-decoration: none; }
a:visited .date{ color: #999999; text-decoration: none; }
a:hover .date{ color: #ee3d96; text-decoration: none; }
a:active .date{ color: #999999; text-decoration: none; }

.red {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ee3d96;
  text-decoration: none;
}

a:link .red{ color: #ee3d96; text-decoration: none; }
a:visited .red{ color: #ee3d96; text-decoration: none; }
a:hover .red{ color: #ffcccc; text-decoration: none; }
a:active .red{ color: #ee3d96; text-decoration: none; }

a:link { color: #ee3d96; text-decoration: none; }
a:visited { color: #ee3d96; text-decoration: none; }
a:hover { color: #ffcccc; text-decoration: none; }
a:active { color: #ee3d96; text-decoration: none; }