h1 {
 font-family: Book Antiqua;
 font-size: x-large;
 font-weight: bold;
 text-align: center;
 color: #04419B;
}

body {
 font-family: Book Antiqua;
 font-size: medium;
 color: #04419B;
}

h2 {
 font-family: Book Antiqua;
 font-size: larger;
 font-weight: bold;
 text-align: center;
 color: #04419B;
}

p {
 font-family: Book Antiqua;
 font-size: larger;
 text-align: left;
 color: #04419B;
}
