Text Color

color: green;

Set Background Color

background-color: black;

Repeat Background Image Horizontally

background: white url("/images/bk.gif") repeat-x;

Repeat Background Image Vertically

background: white url("/images/bk.gif") repeat-y;

Remove Underline from a Link

a { text-decoration:none; }

Bold

font-weight: bold;

Italic

font-style: italic;

Underline

text-decoration: underline;

All Uppercase

text-transform: uppercase;

Capitalize First Letter Of Each Word

text-transform: capitalize;

Add a margin

margin-top: 5px;
margin-right: 10px;
margin-bottom: 15px;
margin-left: 20px;

Or use shortcut (clockwise start at 12):

margin: 5px 10px 15px 20px;

Padding

padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;

Shortcut

padding: 5px 10px 5px 10px;

Shorter Cut (if top and bottom & left right same):

padding: 5px 10px;

 

AUDIO INFO (MP3 CONVERSION IN ITUNES)

To make MP3s, change your import settings, which are found in the General tab of the iTunes Preferences. change it to MP3, and then select the song (in iTunes) go to Advanced in the menu and you'll see Create MP3 version

That will replace the version appearing on that page, but the files are in user/music/itunes/etc. look up name in finder...
(This page has great code for vert and horiz centering . The table: 990 x 313 see the code for "content" position and margin.)