
CENTER {
  color: aqua;
  background-color: gray;
}

BODY {
  background-color: gray;
  font-size: 20px;
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: lighter;
  scrollbar-base-color: blue;
  scrollbar-arrow-color: white;
  scrollbar-darkshadow-color: blue;
  scrollbar-track-color: white;
  scrollbar-face-color: red;
  text-align: center;
  color: aqua;
}

H2 {
  font-size: 15px;
  font-family: "Trebuchet MS";
  font-variant: normal;
  font-weight: 900;
}

IMG {
  border-top: medium silver outset;
  background-color: teal;
  border-right: medium silver outset;
  border-bottom: medium silver outset;
  border-left: medium silver outset;
}

TEXTAREA {
  text-align: center;
  font-size: 25px;
}

A {
  text-decoration: none;
  color: lime;
  text-transform: capitalize;
  background-repeat: repeat-x;
}

LINK {
  color: green;
}

[VLINK] {
  color: yellow;
}
