body {
    background-color:antiquewhite;
}
strong {
    font-size: 16px;
} 
p {
    font-family: Arial;
    font-size: 12px;
}
h1 {
    font-family: Verdana;
    color:rgb(0, 149, 149);
    text-align: center;
}
.darkblue {
    color:darkblue
}
.blue {
    color:blue
}
.cornflowerblue {
    color:cornflowerblue
}
.image {
    display: block;
    left: 50%;
    margin: 0 auto 0 auto;
    width: 300px;
    border: 2px #000000;
}
.bildtext {
    text-align: center;
    font-size: 16px;
}
.hrhalfleft {
    float: left;
    width: 50%;
}

.bg_green {
    background-color: #00ff00;
}
.spec {
    background-color: aqua;
    font-size: 16px;
    font-weight: bold;
}
.kod {
    font-family: 'Courier New', Courier;
}
a {
    color:#666666;
    font-size: 16px;
    text-decoration:none;
}
a:hover {
    text-decoration:underline overline;
}