<style type="text/css">

A:link
{font-family: Arial; text-decoration: value;  color:#5a5a5a}
A:visited
{ font-family: Arial; text-decoration: value; color:#5a5a5a }
A:active
{ font-family: Arial; text-decoration: value;  color:#5a5a5a}
A:hover
{font-family: Arial;  text-decoration: value;  color:#5a5a5a }

background-image: url(yourimage.gif);
background-color: #ffffff;

body
{ background: #ffffff;
background-image: url(value); [url of background image to be used, i.e. background.gif]
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: Verdana; 
color: #858585 ;
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]


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: # url(yourimage.gif);
font-family: Verdana; [your font name]
color: #858585;
border-style: value; [dotted, dashed, solid, double, groove, ridge, inset, outset]
border-color: #000000;
border-width: valuepx; [numerical value, 5, 6, 8...] }

</style>