/*  ------------- defined HTML Tags ------------- */
body {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  background-color: #FFC800;
  color: #000000;
  border-width: 0px;
}

a:link {
  color: #000000;
  text-decoration: underline;
}

a:visited {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
 text-decoration: none;
}

a:active {
  color: #000000;
  text-decoration: underline;
}
  
img {
  border: 0px;
}

table {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  border-width: 0px;
}

/* --- Tool Styles --- */
strong {
  font-weight: bold;
}

kursiv {
  font-style: italic;
}
  
/* --- Headlines --- */
h1 {
  font-size: 20px;
  font-weight: bolder;
  margin: 0px;
}

h2 {
  font-size: 18px;
  font-weight: bolder;
  margin: 0px;
}

h3 {
  font-size: 16px;
  font-weight: bolder;
  margin: 0px;
}
/*  ------------- EOF: defined HTML Tags ------------- */

/*  ------------- Costum Styles ------------- */
.textSmall {
  font-size: 10px;
}
/*  ------------- EOF: Costum Styles ------------- */



