h1 {
 font-family: Arial;
 font-size: x-large;
 font-weight: bold;
}

h2 {
 font-family: Arial;
 font-size: medium;
 color: #008FD7;
}

a {
 font-family: Arial;
 font-size: large;
 text-align: center;
 color: #008FD7;
 text-decoration: none;
}

h3 {
 font-family: Arial;
 font-size: smaller;
 font-weight: bold;
 color: #008FD7;
}
