p {
 font: 14px Times New Roman;
 text-align: justify;
 color: #012444;
 padding-left: 15px;
 padding-right: 15px;
}

p a {
 font: 14px Times New Roman;
}
p a:link {
 text-decoration: underline;
 color: #004685;
}
p a:visited {
 text-decoration: underline;
 color: #8d9cb6;
}
p a:hover {
 text-decoration: none;
 color: #04589a;
}

h1 {
 font: 30px Times New Roman bold;
 color: #04589a;
 text-align: center;
 margin-top: 10px;
}

h2 {
 font: bold 16px Times New Roman;
 text-align: left;
 color: #032b6f;
 padding-left: 15px;
}

a {
 font: 16px Times New Roman;
 margin-left: 15px;
 margin-right: 15px;
}
a:link {
 text-decoration: none;
 color: #004685;
}
a:visited {
 text-decoration: none;
 color: #8d9cb6;
}
a:hover {
 text-decoration: underline;
 color: #04589a;
}

.a1 {
 margin-left: 0px;
 margin-right: 0px;
}