To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML.
Warnings
Valid CSS informations
- div.top {
- background : #cc99cc;
- color : #000000;
- font-weight : bold;
}
- a:link {
- color : #55ffff;
- background : url(wallpaper_stars1.jpg) repeat;
}
- a:visited {
- color : #cc99cc;
- background : url(wallpaper_stars1.jpg) repeat;
}
- a:hover {
- color : #cc66dd;
- background : #ffffcc;
}
- a:active {
- color : #ff3399;
- background : url(wallpaper_stars1.jpg) repeat;
}
- body {
- margin-top : 3%;
- margin-bottom : 3%;
- margin-left : 10%;
- margin-right : 13%;
- background : url(wallpaper_stars1.jpg) repeat;
}
- body.a {
- margin-top : 20%;
- margin-bottom : 10%;
- margin-left : 8%;
- margin-right : 10%;
- background : #000044;
- color : #000000;
}
- h1 {
- margin-top : 10%;
- margin-bottom : 10%;
- text-align : center;
- color : #55ffff;
- background-color : transparent;
- font-family : "comic sans ms", arial, sans-serif;
}
- h2 {
- margin-top : 8%;
- color : #ffffcc;
- background-color : transparent;
- font-family : "comic sans ms", arial, sans-serif;
- text-decoration : underline;
}
- h3 {
- color : #ffffcc;
- background-color : transparent;
- font-family : "comic sans ms", arial, sans-serif;
}
- p {
- color : #ffffcc;
- background-color : transparent;
- font-family : arial, sans-serif;
}
- p.av {
- border-bottom : thin solid #cc99cc;
- margin-top : 10%;
}
- img.b {
- border-style : none;
- height : 31px;
- width : 88px;
- margin-left : 12%;
}
- p.av {
- border-bottom : thin solid #cc99cc;
- margin-top : 10%;
}

www-validator-css
Last Updated : den 24 augusti 2003 kl 15:23 IRDT