h1 {
 margin:0;
 color:#446d84;
 font-size:12px;
 font-weight:bold;
 font-family: arial;
 letter-spacing:2px;
 }
h1:first-letter {
 font-size:50px;
 font-family:times new roman;
 font-style:italic;
 text-transform:lowercase;
 }
strong {
 color: #185f7d;
}

em {
 color: #778fb5;
}

p {
  font-size: 12px ;
  
}


a {
 color:#446d84;
 text-decoration:underline;
 font-weight:bold;
 }
a:hover {color:#aac2c7;}


