Denne skulle være fejlfri:

body {
    background:#FFFFFF;
}

h1 {
    text-align:left;
    width:375px;
    padding-bottom:3px;
    padding-right:10px;
    padding-top:3px;
    background-color:#FFFFFF;
    font-family:'verdana', 'arial', sans-serif;
    font-size:large;
    font-weight:normal;
    font-variant:normal;
    font-style:normal;
    color:#800000;
}

p {
    padding-right:10px;
    text-align:justify;
    font-family:'verdana','arial',sans-serif;
    font-size:x-small;
    font-weight:normal;
    font-variant:normal;
    font-style:normal;
    color:#800000;
}

div#div1 a {
    text-decoration:none;
    color:#800000;
    font-variant:small-caps;
}
div#div1 a:visited {
    text-decoration:none;
    color:#800000;
    font-variant:small-caps;
}

div#div1 a:hover {
    background-color:#800000;
    color:#FFFFFF;
    font-weight:bold;
}
div#div1 a:active {
    text-decoration:none;
    color:#800000;
    font-variant:small-caps;
}

a {
  display:inline;
    text-decoration:underline;
    color:#800000;
}
a:visited {
    text-decoration:underline;
    color:#800000;
}

a:hover {
    background-color:#800000;
    color:#FFFFFF;
    font-weight:bold;
}

a:active {
    text-decoration:underline;
    color:#800000;
}

h3 {
    text-transform:uppercase;
    width:375px;
    font-weight:bolder;
    text-align:left;
    font-family:'verdana', 'arial', sans-serif;
    font-size:small;
    font-weight:normal;
    font-variant:normal;
    font-style:normal;
    color:#800000;
}

h6 {
    margin-right:10px;
    text-transform:uppercase;
    text-align:right;
    font-family:'verdana','arial',sans-serif;
    font-size:xx-small;
    font-weight:normal;
    font-variant:normal;
    font-style:normal;
    color:#000000;
}


