
body { 
  background-image: url(images/bg.gif); 
  background-attachment: fixed;
  color: #fff; }
  
  
.index {
  border: 1px solid #fff; }
  
  
.main {
  border: 2px solid #fff; }
  
  
td {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  line-height: 14px;
  color: #8A2188; 
  text-align: justify; }
  
  
#friend {
  width: 303px;
  height: 185px;
  background-image: url(images/friendstable_bg1.gif);
  background-repeat: no-repeat;
  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 11px;
  color: #8A2188; }
  
#friend h1 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #D01248;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 7px; }
  
  
#friend a img {
  border: 3px solid #E841EA;
  margin: 5px; }
  
  
#friend a:hover img {
  border: 3px solid #EC191F; }
  
  
#friend a {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #E841EA;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0px; }
  
#friend a:hover {
  color: #EC191F; }
  
  
#recip {
  width: 200px;
  height: 205px;
  background-image: url(images/recip_bg.gif);
  background-repeat: no-repeat;
  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 11px;
  color: #8A2188; }
  
.join {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #B40950; }
  
form { margin: 0px; }   
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  