body { cursor: url('.ani'), text; }
a, a:hover { cursor: url('.ani'), text; } 


td, p, body  { color: orange;  font-style: normal; font-variant: normal; font-weight: normal; 

a{text-decoration: none; font-family: ARIAL; text-align:justify; font-size: 10px }
a:link       { text-decoration: none; color: BLACK; font-weight: normal; font-family: 
               ARIAL; font-size: 10px }
a:visited    { color: BLACK; text-decoration: none; font-family: ARIAL; font-size: 10px }
a:active     { color: BLACK; text-decoration: none; font-family: ARIAL; font-size: 10px }
a:hover      { color: GRAY; font-family: ARIAL; font-size: 10px}


<style type="text/css">

A:link
{ text-decoration: value; [underline, overline, underline overline, line-through, blink, none] color:BLACK; }
A:visited
{ text-decoration: value; [underline, overline, underline overline, line-through, blink, none] color:BLACK; }
A:active
{ text-decoration: value; [underline, overline, underline overline, line-through, blink, none] color:BLACK; }
A:hover
{ text-decoration: value; [underline, overline, underline overline, line-through, blink, none] color:GRAY;

background-image: url( )
background-color: white;

(Warning: the following cursor attribute is for those who use IE only!)

cursor: value; [default, auto, wait, crosshair, hand, help, text, move, s-resize, e-resize, w-resize, ne-resize, nw-resize, se-resize, sw-resize]
cursor: url('yourdomain.com/cursor.ani');}

h1 {font-family: value; [verdana] 
color: value; [your font color (black)] } 

p {font-family: value; [verdana] 
color: value; [your font color (black)] }

body 
{ background: image; 
background-image: url(); [ ]
background-repeat: value; [repeat, no-repeat, repeat-x, repeat-y]
background-position: valueI valueII; [valueI: top, center, bottom, percentage, pixel number]
[valueII: right, center, left, percentage, pixel number]
background-attachment: value; [scroll, fixed]

font-family: value; [your font name]
color: #000000 ; 
letter-spacing: value; [any number value (3pt, 5pt)]
font-weight: value; [lighter, normal, bold, bolder, any number value (100, 500, 900)]
font-size: value; [xx-small, x-small, small, medium, large, x-large, xx-large, 
any number value (12 pt, 18 pt)]

direction:rtl; [this reverses the entire site so the scrollbar is on the left]

(Warning: the following scrollbar attribute is for those who use IE only!)

scrollbar-face-color : WHITE; 
scrollbar-highlight-color : WHITE; 
scrollbar-3dlight-color : BLACK; 
scrollbar-shadow-color : BLACK; 
scrollbar-darkshadow-color : WHITE;
scrollbar-track-color :  WHITE; 
scrollbar-arrow-color : BLACK; 

margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0; 
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0; 
}

td
{ font-family: value; [your font name]
color: #000000;
padding-left: value; [2cm, 4cm etc.]
padding-right: value; [2cm]
padding-top: value; [2cm]
padding-bottom: value; [2cm]
padding: value; [2cm this is for all four sides] 
padding: value value; [2cm, 4cm : two values for four sides, add numerical value] }

input, textarea
{ background: white url( );
font-family: value; [your font name]
color: skyblue; 
border-style: value; [dotted, dashed, solid, double, groove, ridge, inset, outset]
border-color: orange;
border-width: valuepx; [numerical value, 5, 6, 8...] }

</style>