p {
    margin: 20px;
}

h2 {
    font-family: arial, sans-serif;
}

h4 {
    text-align: center;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-style: italic;
}

h1 {
    color: red;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-align: center;
}

body {
    background-color: #ffff99; font-family: arial;
}

.grön {
    color: green;
}

.blå {
    color: blue;
}

.gul {
    color: yellow;
}

.center {
    text-align: center;
}

.CoolaOrd {
    font-weight: bold;
    font-family: arial, sans-serif;
    font-size: 20px;
}

.fancy-line {
    border: none;
    height: 1px;
    width: 50%;
    background: blue;
    margin: 20px 0;
}

.fancier-line {
    border: none;
    height: 2px;
    width: auto;
    background: blue;
    margin: 20px 50px;
}

.Slutord {
    text-align: center;
}

.bg_green {
    background-color: lime;
}

.spec {
    background-color: red; font-size: 20px; font-weight: bold;
}

.kod {
    font-family: "Courier New", Courier;
}

.snedtext {font-style: italic;}
a {
color:#666666;
font-size:16px;
text-decoration:none;
}
a:hover {
text-decoration:underline overline;
}