background-color: (color name,hex);
background-image: url();
background-position: (any combo of top,bottom,center,right,left);
background-repeat: (repeat-x,repeat-y,no-repeat);
overflow: (visible,auto,hidden);
color: (color name,hex);
font-family: arial;
font-size: 12px;
font-weight: (normal,bold);
text-decoration: (none,underline,italic,strikethrough);
text-transform: (uppercase,lowercase,none);
letter-spacing: 1px;
word-spacing:4px;
line-height: 14px;
border-bottom-color: (color name,hex);
border-top-color: (color name,hex);
border-left-color: (color name,hex);
border-right-color: (color name,hex);
border-top-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-style: solid;
border-top-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-right-width: 4px;
position: (absolute,relative, static, fixed);
top: 100px;
left: 100px;
right: 100px;
bottom: 100px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
height: 200px;
max-height: 300px;
min-height: 100px;
width: 200px;
max-width: 300px;
min-width: 100px;
font-strech: (normal, wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded);