#Ausgabe {
width: 400px;
margin: 0px auto 0px auto;
}

#Ausgabe h9 {
display: block;
text-align: center;
font-size: 12px;
font-style: italic;
font-weight: normal;
}

#Ausgabe span {
font-weight: bold;    
}

#Ausgabe a {
display: block;
text-align: center;
text-decoration: none;
}

button {
display: block;
margin: 10px auto 10px auto;    
width: 100px;
height: 30px;
border: 1px solid #000000;
border-radius: 5px;
background-color: #FEEFB1;
font-size: 12px;
font-weight: bold;
text-align: center;
}



