body{
font-family: Verdana;
font-size: 8pt;
color: black;
}

h3{
font-family: "Verdana";
font-size: 8pt;
color: black;
}

h2{
font-family: "Verdana";
font-size: 10;
color: black;
}

h1{
font-family: "Verdana";
font-size: 12pt;
color: black;
}


h5{
font-family: "Impact";
font-size: 18pt;
color: white;
}

h6{
font-family: "Verdana";
font-size: 10;
color: white;
}


code{
color: green;
}

table{
font-size: 10pt;
}

a {
  text-decoration: underlined;
  color: black;
  }

a:visited {
  text-decoration: underlined;
  color: black;
  
}

a:hover {
  text-decoration: none;
  color: #4B8AFE;
  background: #000200;
}

a:active {
  text-decoration: none;
  color: FFFFFF;
  font-weight: bold;
}