BODY { background: white; color: black }
H1 { color: black }
  A:link { color: #d37418 }
  A:visited { color: #d37418 }
  A:active { color: #d37418 }


td.shadow-top { 
    height: 6px;  
    background-image: url(top.png)
  }

  td.shadow-topRight { 
    width: 10px;
    height: 6px;
    background-image: url(topRight.png)
  }

  td.shadow-right { 
    width: 10px; 
    background-image: url(img_right.png)
  }

  td.shadow-bottomRight { 
    width: 10px; 
    height: 11px; 
    background-image: url(bottomRight.png)
  } 

  td.shadow-bottom { 
    height: 11px;
    background-image: url(bottom.png)
  }

  td.shadow-bottomLeft { 
    width: 5px;
    height: 11px;
    background-image: url(bottomLeft.png)
  } 

  td.shadow-left { 
    width: 5px;
    background-image: url(img_left.png)
  }

  td.shadow-topLeft { 
    width: 5px; 
    height: 5px; 
    background-image: url(topLeft.png)
  }      

  td.shadow-center { 
        padding: 10px;
    background-color: white; 
    text-align:center;
  }
