h2 {
 font-family: Arial;
 font-size: 16pt/18pt;
 font-weight: bold;
 text-align: center;
 color: #00009c;
 background: #FFFFFF;
}

h3 {
 font-family: Arial;
 font-size: 12pt/14pt;
  font-weight: bold;
 text-align: center;
 color: #00009c;
 background: #FFFFFF;
}

body {
 font-family: Arial;
 text-align: center;
 font-size: 12pt/14pt;
 color: #00009c;
 background: #FFFFFF;
}

p {
 font-family: Arial;
 font-size: 12pt/14pt;
 text-align: justify;
 color: #00009c;
 background: #FFFFFF;
}

a {
 font-family: Arial;
 font-size: 12pt/14pt;
 text-align: center;
 color: #00009c;
}

a:hover {
 font-family: Arial;
 font-size: 12pt/14pt;
 text-align: center;
 color: #FF0000;
}

table {
border-style: none;
border-color: #C0C0C0;
text-align: justify;



}
}