body {
  font-size: 10px;
  font-family: verdana;
 }

h1 {
  font-size: 15px;
  font-family: verdana;
  text-align: center;
  font-weight: bold;
  color: #003399;
}

h2 {
  font-size: 12px;
  font-family: verdana;
  text-align: center;
  font-weight: bold;
}
h3 {
  font-size: 10px;
  font-family: verdana;
  text-align: center;
}

h4 {
  font-size: 20px;
  font-family: 'arial black';
  text-align: center;
  color: #003399;
}

h5 {
  font-size: 10px;
  font-family: verdana;
}

h6 {
  font-size: 1px
  font-family: verdana;
  color; #COCOCO;
}

a:link {
  color: #081c92;
  background-color: transparent;
}
a:visited {
  color: #8b2323;
  background-color: transparent;
}
a:hover {
  color: red;
  background-color: transparent;
}
a:active {
  color: #003399;
  background-color: transparent;
}
a {text-decoration: none;
}