Ferdinand Wirth: Brauche CSS (Start)-Hilfe

Beitrag lesen

Ich habe mir jetzt den großeil bei selfhtml üer css durchgelesen. Habe aber eine Frage, gibt es wie bei html (
<html>
<head>
</head>
<body>
</body>
</html>
)auch bei css eine Art grungerüsst an den man sich halten sollte.
Meine css Datei schaut so aus:

body,
{scrollbar-base-color:#0000FF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#0000FF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#ACACE6;}
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
body { background-image:url(hg.gif) }
a:visited { color:0000FF}
a:active { color:#FF0000 }

funktionieren tut alles, nur ist es auch von der Form in ordnung, wie es aufgeschrieben wurde?