Font Properties
 font-family
Supported values: monospace
Unsupported values: serif | sans-serif | cursive | fantasy


 font-style
Supported values: normal | italic
Unsupported values: oblique


 font-weight
Supported values: normal | bold | bolder | lighter
Unsupported values: 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900


 font-size
Supported values: xx-small | x-small | small | medium | large | x-large | xx-large | px | pt | pc | percentage
Unsupported values: smaller | larger | em | ex | mm | cm | in
Comments: Percentages can be used relative to the parent element's font size.




Color and Background Properties
 color
Supported values: six-digit RGB hexadecimal: #CC33FF
three-digit hexadecimal: #C3F
intergers: rgb(204,51,255)
percenage: rgb(81%,18%,100%)
color name: Purple
Unsupported values: none
Comments: Describes the foreground color of an element's text.


 background
Supported values: six-digit RGB hexadecimal: #CC33FF
three-digit hexadecimal: #C3F
intergers: rgb(204,51,255)
percentage: rgb(81%,18%,100%)
color name: Purple
Unsupported values: none


 background-color
Supported values: six-digit RGB hexadecimal: #CC33FF
three-digit hexadecimal: #C3F
intergers: rgb(204,51,255)
percentage: rgb(81%,18%,100%)
color name: Purple
Unsupported values: none
Comments: Margins, padding, and borders are not taken into account when background colors are applied to inline elements such as text. The colors will only appear behind the text.


 background-image
Supported values: URL
Unsupported values: none
Comments: <BODY>, <TD>, and <DIV> elements only.




Text Properties
 text-decoration
Supported values: none | underline | line-through | relief* | shadow* | emboss*
Unsupported values: overline | blink | assigning more than one value
Comments: (*) denotes WebTV only value


 text-align
Supported values: left | center | right
Unsupported values: justify


 vertical-align
Supported values: sub | sup
Unsupported values: baseline | top | text-top | middle | bottom | text-bottom | (percentage)




Box Properties
 margin-left
Supported values: px | pt | pc | mm | cm | in | (percentage)
Unsupported values: auto | em | ex




Positioning Properties
 position
Supported values: absolute
Unsupported values: relative | static
Comments: <DIV> only


 left
Supported values: px | pt | pc | mm | cm | in
Unsupported values: em | ex
Comments: <DIV> only


 top
Supported values: px | pt | pc | mm | cm | in
Unsupported values: em | ex
Comments: <DIV> only


 width
Supported values: px | pt | pc | mm | cm | in
Unsupported values: em | ex
Comments: <DIV> only


 height
Supported values: absolute
Unsupported values: relative | static
Comments: <DIV> only


 z-index
Supported values: (interger "number value")
Unsupported values: none
Comments: <DIV> only


 visibility
Supported values: visible | hidden
Unsupported values: inherit
Comments: <DIV> only