@charset "utf-8";

body {
    background-color: #ffff99;
}

.bg_green {
    background-color: green;
}

.spec {
    background-color: red;
    font-size: 24px;
    font-weight: bold;
}

.kod {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
}

#bildtext {
    display: inline-blox;
    transform: skew(-10deg);
    font: times;
}

.yellow {
    color: yellow;
}

.orange {
    color: orange;
}

.red {
    color: red;
}

.gold {
    color: #ffd700;
}

.black {
    color: #000000;
}

.amber {
    color: #ffbf00;
}

.center {
    text-align: center;
}

.small-hr {
    width: 50%;
    text-align: left;
    margin-left: 0;
}

img {
    display: block;
    margin: auto;
    width: 300px;
    border-style: solid;
    border-width: 2px;
    border-color: black;
}

h1 {
    text-align: center;
    color: red;
    font-family: verdana, sans-serif;
    font-size: 40px;
}

h2 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: verdana, sans-serif;
}

h3 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: verdana, sans-serif;
}

h4 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: verdana, sans-serif;
}

strong {
    font-weight: bold;
    font-size: 22px;
}

p {
    font-size: 16px;
    font-family: arial, sans-serif;
}

a {
    color: #0059a3;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.uncentered {
    text-align: left;
}