Some CSS Styles:

Background:

background-color: hex code, color name
background-image: url(images/picture.jpg)
background-repeat: repeat, repeat-x, repeat-y, no-repeat
background-position: scroll, fixed, center, top, left, right, bottom

Border:

border-width: pixel amount
border-style: none, hidden, dotted, dashed, solid, double, groove, ridge
border-color: hex code, color name

Float:

float: left, right

Font or Text styles:

font-family:
font-size: pixel amount or em
font-style: italic, normal
font-weight: bold, normal
line-height: percentage
letter-spacing: pixel amount

Margin:

margin-top: pixel amount
margin-right: pixel amount
margin-bottom: pixel amount
margin-left: pixel amount

Padding:

padding-top: pixel amount
padding-right: pixel amount
padding-bottom: pixel amount
padding-left: pixel amount

Text:

text-align: left, center, right
text-decoration: none, underline, overline, line-through
text-indent: pixel amount (can be negative)
text-transform: uppercase, lowercase

Width:

width: pixel or percentage
max-width: pixel or percentage
min-width: pixel or percentage