
A {
  font-family: Arial;
  font-size: xx-small;
  color: red;
  text-decoration: none;
  line-height: 10px;
}

A:HOVER {
  font-family: Arial;
  font-size: xx-small;
  color: red;
  text-decoration: none;
  line height: 10px;
  background-color: black;
}

FONT {
  font-family: Arial;
  font-size: xx-small;
}

H1 {
  font-family: Arial;
  font-size: small;
  color: blue;
  font-weight: bold;
}

H2 {
  font-family: Arial;
  font-size: x-small;
  color: blue;
  font-weight: bold;
}

H3 {
  font-family: Arial;
  font-size: x-small;
  color: blue;
}

H6 {
  font-family: Arial;
  font-size: xx-small;
}

P {
  font-family: Arial;
  font-size: xx-small;
  color: blue;
}

IMG {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

BODY {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

H4 {
  font-family: Arial;
  font-size: medium;
  text-decoration: blink;
  color: black;
  font-weight: bold;
  text-transform: capitalize;
}
