<style type="text/css">

A:link
{ text-decoration: underline overline; color:#FFCC99; }
A:visited
{ text-decoration: underline overline; color:#FFCC99; }
A:active
{ text-decoration: underline overline; color:#FFCC99; }
A:hover
{ text-decoration: none; color:#000000;

background-color: #FF9966;

cursor: crosshair; 

h1 {font-family: verdana;
color: #FFFFFF; } 

p {font-family: verdana; 
color: #000000; } 

body 
{ background: #FF9966; 
background-repeat: no-repeat;
background-attachment: fixed; 

font-family: verdana;
color: #000000 ; 
font-weight: normal; 
font-size: 9 pt; 

scrollbar-face-color : #FF6633; 
scrollbar-highlight-color : #FF9966; 
scrollbar-3dlight-color : #FF9966; 
scrollbar-shadow-color : #FF9966; 
scrollbar-darkshadow-color : #FFFFFF;
scrollbar-track-color : #FF9966; 
scrollbar-arrow-color : #FF9966; 
 
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#left 

{ background: #FFCC99; 
background-repeat: repeat;
background-attachment: fixed; 

  position: absolute;
  left: 5px;
  padding: 0px;
  top: 0px;
  width: 150px;
}

#center 

{ background: #FF9966; 
background-repeat: repeat;
background-attachment: fixed; 

  margin-left: 200px;
  padding: 0px;
  margin-right: 200px;
  top: 0px;
}

</style>