/* Body Styles
 * --------------------------------------------------
 * This portion of the style file is used to define
 * a few general styles regarding body color, spacing
 * and link activity.
 */

BODY {
  background-color: #d38383;

  margin-top:    0px;
  margin-right:  0px;
  margin-bottom: 0px;
  margin-left:   0px;

 scrollbar-3dlight-color: #DE7E7E; 
 scrollbar-highlight-color: #DE7E7E; 
 scrollbar-face-color: #ffecec; 
 scrollbar-shadow-color: #F8F29C; 
 scrollbar-darkshadow-color: #EE4591; 
 scrollbar-base-color: #EE4591; 
 scrollbar-arrow-color: #EE4591;}
font-family: Verdana, sans-serif, Arial;
      font-weight: normal;
      font-size: 10px;

}

/* link styles */
A:hover { 
  color: #DE7E7E;
  border: 0px;
  font-weight: bold;
  text-decoration: none; 
}

A:link, A:active, A:visited { 
  color: #DE7E7E; 
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
}


/* Image Styles
 * --------------------------------------------------
 * All image related styles are defined here.
 */

IMG { border: 0px; }

/* Form Styles
 * --------------------------------------------------
 * All form related styles are defined here.
 */


table.danny td {
      border: 1px solid #6699CC;
      font-family: Verdana, sans-serif, Arial;
      font-weight: normal;
      font-size: 12px;
      color: #000000;
      background-color: white;
      text-align: left;
      padding: 3px;
      border: 1px;
      }
