body { margin: 0; padding: 0; color: #FFF; background-color: #6904F9; font-family: Verdana, Arial, Helvetica, sans-serif; color: fff: width: 100%; font-size: 100%; height: 100%; }

.header { float: center; margin-top: 30px; height: 190px; width: 70%; margin-left: 15%; background-image: url('bilder/header.png'); background-repeat: no-repeat; color: fff: font-size: 24pt; font-weight: bold; padding: 5px }

.quote { width: 80%; margin-left: 10%;
background-image: url('images/quote.jpg');
color: fff:
font-size: 8pt;
font-weight: bold;
padding: 2px;

text-align: center
}
.content {
width: 80%;
height: 420px;
background-color: 000000;
padding: 10px;
overflow: auto;
border: 1px solid #fff;
text-align: left;
margin-right: auto; margin-left: auto;
margin-top: 5px;
color: #ffffff;

font-family: Verdana, Arial, Helvetica, sans-serif;
}

.external { width: 80%; margin-left: 10%; margin-top: 10px; margin-bottom: 10px; text-align: center; }

.copy { width: 80%; margin-left: 10%; text-align: center; }

a:link {
color : #FFA463;
text-decoration : none;
}
a:visited {
color : #FFA463;
text-decoration : none;
}
a:active {
color : #FFA463;
text-decoration : none;
}
a:hover {
color :#ffffff;
text-decoration : underline;
}
