H1 {
   color: #193a63;
   font-size: 30;
   font-weight: bolder;
   font-family: arial, helvetica, sans-serif;
}
H2 {
   color: #193a63;
   font-size: 15;
   font-weight: bold;
   font-family: arial, helvetica, sans-serif;
}

h3 {
    color: #193a63;
   font-size: large;
   font-size: 20;
   font-weight: bolder;
   font-family: arial, helvetica, sans-serif;}

h4 {
   color: white;
   font-size: large;
   font-size: 20;
   font-weight: bolder;
   font-family: arial, helvetica, sans-serif;}

b {
   color: #193a63;
   font-size: 14px;
   font-weight: bolder;
   font-family: arial, helvetica, sans-serif;
}

q {
   color: #aaaaaa;
   font-size: small;
   font-weight: bolder;
   font-family: arial, helvetica, sans-serif;
}



p {
    color: #193a63;
    font-size:15px; 
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
}

a {
    color: #193a63;
    font-size: small;
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
}



a:link {
    padding: 1;
    color: #193a63;
    text-decoration: none;
    font-weight: bolder;
    font-size:14px; 
    font-variant: medium-caps;
    font-style:normal;
    font-family: arial, helvetica, sans-serif;
}

a:visited {
    padding: 1;
    color: #193a63;
    text-decoration: none;
    font-weight: bolder;
    font-size:14px; 
    font-variant: medium-caps;
    font-style:normal;
    font-family: arial, helvetica, sans-serif;
}

a:hover {
   color: #DC143C;
   font-size:14px; 
   font-weight: bolder;
   font-style:normal;
   font-family: arial, helvetica, sans-serif;
         }

a:active {
  color: #193a63;
   font-size: 14px;
   font-weight: bolder;
   font-family: arial, helvetica, sans-serif;
}
a:focus {
   color: #193a63;
   font-size: 14px;
   font-weight: bolder;
   font-family: arial, helvetica, sans-serif;
}


i {
    color: #ffffff;
    font-weight: bolder;
    font-size: large;
    font-style: normal;
    font-family: arial, helvetica, sans-serif;
}

