<style type="text/css">{  }
A:link
{ text-decoration: none; color:red }
A:visited
{ text-decoration: none; color:white}
A:active
{ text-decoration: none; color:white }
A:hover
{ text-decoration: underline overline; [color:green;

background-image:url('yourimage.gif');
background-color:;

cursor:crosshair; underline}

body 
{ background-color: ; 
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: [scroll, fixed]

font-family: tahoma,arial,verdana; 
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; 

scrollbar-face-color:#B43D5D;
scrollbar-highlight-color:#BBCED2;
scrollbar-3dlight-color:#354171;
scrollbar-darkshadow-color:#354171;
scrollbar-shadow-color:#BBCED2;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#354171}

td
{ font-family: value; [arial, tahoma, verdana, common fonts]
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
{ border-left:5px solid #000000; border-right:medium dotted #000000; border-top:medium none #000000; border-bottom:medium dashed #000000; background:#000000 url('yourimage.gif'); font-family: tahoma,arial,verdana;
color: #000000; 
double; double }

.head
{
font-family:arial;
font-size: x-small;
font-weight: bold;
color:#BBCED2;
border-style:double;
border-width:1px;
border-color:#B43D5D;
text-align: center;
}

.norm
{
font-family:tahoma;
font-size: xx-small;
}

-->
</style>