body
{
  /* background-image: url('../pix/waf-diamond-shag-blue2.png'); */
  /* Image source: https://chatgpt.com/c/6a6d2224-1fa8-83e8-8428-99560b23ed2c */
  background: url('../pix/waffle_clouds_ChatGPT.png') no-repeat center center fixed lightblue;
  background-size: cover;
}

#nav
{
  background: linear-gradient(to right, #0464B4, #E5F2F8, #0464B4);
}

a,
.anchor
{
  color: #008CFF;
  text-decoration: none;
}
#site_map_jumble a
{
  color: #64F0FF;
}
a:visited
{
  color: #7C5BB7;
}
#site_map_jumble a:visited
{
  color: #E0BFFF;
}
a:hover,
.anchor:hover
{
  color: #00C9FF;
}
#site_map_jumble a:hover
{
  color: #BAFFFF;
}
a:active
{
  color: #C1A100;
}
#site_map_jumble a:active
{
  color: #FFFF64;
}
