body {
  font-family: "arial";
  font-size: 10px;
}

a:link {
  color: #003466; 
  text-decoration: none}
a:visited {
  color: #333333;
  }




<!-- this will center text horizontally for each P or H2 item -->
P { text-align: center }
H2 { text-align: center }




