@import url(main_style.css);

body {
  scrollbar-face-color: #D0CFCE;
  scrollbar-shadow-color: #D0CFCE;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #D0CFCE;
  scrollbar-darkshadow-color: #D0CFCE;
  scrollbar-track-color: #BABAB9;
  scrollbar-arrow-color: #D0CFCE;
  scrollbar-base-color: #D0CFCE;
  background-image:url('other_images/chat_bg.jpg'); 
  background-color: #D0CFCE;
  background-repeat: repeat;
  background-position: top left;
}

a:link {
  color: #6D6C6B;
  text-transform: none;
  font-weight: bold;
  cursor: hand;
  text-decoration: none;
  letter-spacing: 0px;
  font-family: arial;   
} 

a:visited {
  color: #6D6C6B;
  text-transform: none;
  font-weight: bold;
  cursor: hand;
  text-decoration: none;
  letter-spacing: 0px;
  font-family: arial; 
}  

a:hover {
  color: #000000;
  text-transform: none;
  font-weight: bold;
  cursor: hand;
  text-decoration: underline;
  letter-spacing: 0px;
  font-family: arial; 
}

b {  
  font-family: arial;  
  color: #5E5D5B;       
  letter-spacing: 0pt;
}