HTML {
  font-family: Arial;
  color: black;
  font-size: small;
}

P {
  color: black;
  text-align: left;
  font-size: small;
  font-family: Arial;
}

OL, LI {
  color: black;
  font-family: Arial;
  font-size: small;
}

UL, LI {
  font-family: Arial;
  font-size: small;
}

H1 {
  font-family: Arial;
  font-size: large;
  font-weight: 600;
  line-height: 100%;
  font-style: normal;
  font-variant: normal;
}

H2 {
  font-family: Arial;
  font-size: medium;
}

TD {
  font-family: Arial;
  font-size: small;
}

A:link /*link*/ {
  color: blue;
  text-decoration: none;
}

A:active /*On Active (click state)*/ {
  color: red;
  text-decoration: underline;
}

A:visited {
  text-decoration: none;
  color: #5799B4;
}

A.xsmall:hover /*Link Hover Properties (IE Only)*/ {
  text-decoration: underline;
  color: #5799B4;
}

A:hover {
  text-decoration: underline;
  color: blue;
}

.large {
  font-size: large;
  line-height: 100%;
}

.medium {
  font-size: medium;
}

.small {
  font-size: small;
}

.xsmall {
  font-family: Arial;
  font-size: x-small;
}

.xxsmall {
  font-size: xx-small;
}

.navbar {
  background-color: #F1F1F1;
}

.navbar-minor {
  background-color: #D2D2D2;
}

.navlink {
  font-family: Arial;
  font-size: small;
  line-height: 100%;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
}

.activenav {
  font-family: Arial;
  font-style: normal;
  font-size: small;
  line-height: 100%;
  background-color: #D2D2D2;
}
