BODY {
  scrollbar-base-color: DARKRED;
  scrollbar-arrow-color: BLACK;
  scrollbar-DarkShadow-Color: DARKRED;
  background-attachment: fixed;
  background-repeat: repeat;
  background: darkred;
  background-image: url("graphics/kroy.jpg");
  color: white;
  }

a, a:visited, a:active {
  text-decoration: none;
  font-weight: bold;
  color: white;
  }

a:hover {
  color: YELLOW;
  font-weight: bold;
  text-transform: capitalize;
  }
  
DIV {
  padding: 1em 1em 0 1em;
  }
  
DIV.body {

  }

DIV.borderblack {
  background: black;
  padding: 1em;
  }
  
DIV.content {
  background: darkred;
  padding: 1em;
  text-align: center;
  }
  
DIV.links {
  padding: 0 .2em 0 .2em;
  }