@import url(main_style.css);

body {
  scrollbar-face-color: #E4E2EE;
  scrollbar-shadow-color: #E4E2EE;
  scrollbar-highlight-color: #E4E2EE;
  scrollbar-3dlight-color: #E4E2EE;
  scrollbar-darkshadow-color: #E4E2EE;
  scrollbar-track-color: #64557C;
  scrollbar-arrow-color: #E4E2EE;
  scrollbar-base-color: #E4E2EE;
  background-image:url('pink_images/bg.jpg'); 
  background-color: #E3E2EF;
  background-repeat: repeat-y;
  background-position: top left;
}

a:link {
  color: #44355C;
  text-transform: none;
  font-weight: none;
  cursor: hand;
  text-decoration: none;
  letter-spacing: 0px;
  font-family: arial;   
} 

a:visited {
  color: #44355C;
  text-transform: none;
  font-weight: none;
  cursor: hand;
  text-decoration: none;
  letter-spacing: 0px;
  font-family: arial; 
}  

a:hover {
  color: #ffffff;
  text-transform: none;
  font-weight: none;
  cursor: hand;
  text-decoration: underline;
  letter-spacing: 0px;
  font-family: arial; 
}

b {  
  font-family: arial;  
  color: #3C2F5B;       
  letter-spacing: 0pt;
  align: justify;
}

#pinch {
  position: absolute;
  left: 69px;
  top: 96px;
  width: 16px;
  height: 20px;
  text-align: center;
}

#footer {
  background-image: url(pink_images/footer.jpg);
  left: 205px;
  top: 140px;
  width: 536px;
  height: 144px;
  text-align: center;
}