
P {
  list-style-type: disc;
  font-family: Arial;
  color: black;
}

P.CenterPara {
  text-align: center;
  font-family: Arial, Helvetica;
  color: black;
}

H1 {
  text-align: center;
  font-family: Arial;
  color: yellow;
  background-color: #0033CC;
  font-weight: bold;
}

H2 {
  text-align: left;
  font-family: Arial;
  color: #B13105;
  font-weight: bold;
}

H3 {
  text-align: center;
  font-family: Arial;
  color: #FDF784;
}

H4 {
  text-align: center;
  font-family: Arial;
  font-size: medium;
  color: #B13105;
  font-weight: bold;
}

H5 {
  text-align: left;
  font-family: Arial;
  font-size: medium;
  color: #B13105;
  font-weight: bold;
}

H6 {
  text-align: center;
  font-family: Arial;
  font-weight: bold;
}

OL {
  font-family: Arial;
}

UL {
  list-style-type: disc;
  font-family: Arial;
  color: black;
}

BODY {
  list-style-type: disc;
  font-family: Arial;
  background-image: url(TechBack.jpg);
}

:link {
  font-family: Arial;
}

.Highlighter {
  color: white;
  background-color: black;
}
