body {
  background-color: black;
  font-family: sans-serif,"helvetica","arial", "dotum";
  color: white;
}

p.big {
  font-size: 24pt;
  letter-spacing: 9px;
}

p.title {
  font-size: 11pt;
  letter-spacing: 8px;
  color: white;
  font-weight: bold
  
}

p.title2 {
  font-size: 10pt;
  letter-spacing: 8px;
  color: #c0c0c0;
  font-weight: bold
  
}

p {
  font-size: 10pt;
  letter-spacing: 3px;

  color: #c0c0c0;
}

p.txt {
  font-size: 10pt;
  letter-spacing: 3px;
  line-height: 1.4;
  color: #c0c0c0;
}

p.legende {
  align: right;
  font-size: 9pt;
  letter-spacing: 5px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 40px;
}

img {
  border-style: none;
}

a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: #c0c0c0;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}


