body {
background-image: url('/art/chill/treeoflife.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  color: white;
  font-family: Times;
}
a:link {
  color: #3F48CC;
}

a:visited {
  color: #3F48CC;
}

a:hover {
  color: #3F48CC;
}

a:active {
  color: #3F48CC;
}

h2 {
  color: #3F48CC;
}