body {
  border: 3px groove blue;
  border-radius: 15px;
  background-color = "rgb(247, 251, 254)";
  background:url(/imgs/virtualtt.jpg) center top;
  background-repeat: no-repeat;
  background-clip: content-box;
  
}
/* unvisited link */
a:link {
    color: red;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: blue;
}

p {
  font-family: sans-serif;
}

img {
  max-width: 150px;
}
h1, h2 {
  font-family: fantasy;
  border-bottom: 1px solid rgb(230, 230, 230);
  padding: 3px;
}
/*-- h1:hover, h2:hover {
  background-color: rgb(240, 250, 250);
}*/
