
H1 {
  font-family: Arial;
}

H2 {
  font-family: Arial;
}

H3 {
  font-family: Arial;
}

H4 {
  font-family: Arial;
}

H5 {
  font-family: Arial;
}

H6 {
  font-family: Arial;
}

P {
  font-family: Arial;
}

BODY {
  background-color: white;
  color: black;
  font-family: Arial;
}

$DOCUMENT {
  font-family: Arial;
}

$PROCINS {
  font-family: Arial;
}

A {
  color: aqua;
}

a:active {
  color: red;
}

a:link {
  color: navy;
}

a:visited {
  color: purple;
}

a:hover {
  color: blue;
}
