Hallo Samuel,
color: #000;
Die Farbe ist mir unbekannt, meinst du vieleicht Black oder #000000
laut http://www.w3.org/TR/CSS21/syndata.html#value-def-color sind auch 3-stellige hexadezimale Zahlen erlaubt.
margin: 30px 0 30px 0;
Warum 2 mal mit "px" und 2 mal ohne?
wenn der Wert 0 ist darf die Einheit weggelassen werden (siehe http://www.w3.org/TR/CSS21/syndata.html#length-units)
Grüße aus Nürnberg
Tobias