
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}  
  
  
body {   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}


h1 { font-size: 42px;
     color: slateblue;
}

h2 { font-size: 30px;
     color: lightslategray;

}

h3{ font-size: 18px;
     color: #98AFC7;
}


.widthgov-center {
  background: white; max-width: 820px;
  margin: auto;
  width: 98%;
  border: ;
  padding: 0px;
} 

td {
  text-align: center;
  font-size: 0.8em;
}

