
a {
    font-size: 15px;
    color: white; /* #3462DE; */
    text-decoration: none;
    font-weight : bold;
  }
 
  a:hover {
    color: #FF7300;
  }
  
body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {
    font-family: Helvetica, sans-serif;
  }

body,td,div,p,pre,ul {
    font-size: 15px;
  }

h1 {
    font-size: 20px;
    text-decoration:underline;
    color: #192D75;
  }

h2 {
    font-size: 18px;
  }

h3 {
    font-size: 16px;
  }