BODY {
//  background-image: url("images/bkgd.png");
//  background-size: 1150px;
//  background-position-x: center;
//  background-position-y: center;  /* for mobile this is 150px to space the bkgd down just below the menu */
//  background-repeat: no-repeat;
//  background-attachment: fixed;
//  background-color: #a3e3fa; /* 89cff0 */
  color: #ffffff;
} 

td {
 color: #ffffff;
} 

a:link {
color: #DCDCDC; /*FFA000*/
}

a:visited {
color: #DCDCDC; /*FFA000*/
}

a:active {
color: #DCDCDC;
}

a:hover {
color: #ffffff;
}

/* this sets all margins to 0 (including body) */
*{
  margin: 0px;
  padding: 0px;
}