Very Quick Reference to CSS1

font-*:

family (Futura, ..., serif, sans-serif, cursive, fantasy, monospace)

style (normal, italic, oblique)

variant (normal, small-caps)

weight (normal, bold, bolder, lighter, 100, ..., 400, ..., 900)

size (10pt, 120%, small, medium, large, smaller, larger, ...)

color (red, ..., #f00, #ff0000, rgb(255,0,0), rgb(100%, 0, 0), ...)

background-*:

color (transparent, red, black, white, gray, silver, red, maroon, yellow, olive, green, lime, blue, navy, purple, aqua, fuschia, teal, #f00, ...)

image (none, url(back.gif))

repeat (repeat, no-repeat, repeat-x, repeat-y)

attachment (scroll, fixed)

position (0% 0%, top left, center, center left, bottom right, ...)

line-height (normal, 120%, ...)

word-spacing, letter-spacing (normal, 1%, 1px, ...)

vertical-align (baseline, sub, super, top, text-top, middle, bottom, text-bottom, 10%, ...)

text-*:
decoration (none, underline, overline, line-through, blink)
transform (none, uppercase, lowercase, capitalise)
align (justify, left, right, center)
indent (0, 4em, ...)

display (block, inline, list-item, none)

white-space (normal, pre, nowrap)

list-style*:
type (disc, circle, square, decimal, none, lower-roman, lower-alpha, upper-roman, upper-alpha)
image (url(sphere.gif), none)
position (inside, outside)

list-style (type position <url>)

margin-*: top, right, bottom, left (0, auto, 2em, 3pt, 1%, ...)

padding-*: top, right, bottom, left (0, 2em, 3pt, 1%, ...)

border-*:
width4 (thin, medium, thick, 2pt, ...)
style (none, dotted, dashed, solid, double, groove, ridge, inset, outset)
color4 (...)
top, right, bottom, left (width style colour)
top-width, bottom-width, right-width, left-width (medium, ...)

margin4 (top right bottom left)

padding4 (top right bottom left)

border (width style color)

height, width (auto, 100px, 15em, 50%, ...)

float (none, left, right)

clear (none, left, right, both)