@media all {

a { 
  color: #666666;
  font-size: 10px;
  font-family: Verdana; 
  text-decoration: none;
}

a:hover { 
  color: #23b4eb;
  font-size: 10px;
  font-family: Verdana; 
  text-decoration: none;
}

h1 {
  text-indent: -99999px;
  font-size: 20px;
  line-height: 20px;
  height: 30px;
  margin-top: -30px;
}

h2 {
  text-indent: -99999px;
  font-size: 16px;
  line-height: 16px;
  height: 20px;
  margin-top: -20px;
}


.euromines {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #666666; 
  font-style: normal; 
  line-height: normal; 
  text-decoration: none;
}

.blue {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #23b4eb;
}

.weiss {
	color: ffffffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

}


@media print {

h1, h2 {
  text-indent: 0;
  margin-top: 0;
}

}