body {
    background-color: #ffff99;
}

strong {
    font-size: 16px;
}
        
h2 {
    text-align: center;
    color: red;
    font-family: 'Verdana';
}
h3 {
    text-align: center;
}
p {
    font-family:'Times New Roman';
    font-size: 18px;
}
img {
    margin:auto;
    display:block;
    width: 300px;
}
#www {
    font-family: 'Verdana';
    color:green;
    font-size: 24px;
}
#www1 {
    font-family: 'Verdana';
    color:yellow;
    font-size: 24px;
}
#www2 {
    font-family: 'Verdana';
    color:blue;
    font-size: 24px;
}
.bg_green {
    background-color: green;
}
.spec {
    background-color: red;
    font-size: 24px;
    font-weight: bolder;
}
.kod {
    font-family: 'Courier New', courier;
}
a {
color:#666666;
font-size:16px;
text-decoration:none;
}
a:hover {
text-decoration:underline overline;
}