body {
background-color:#dce2e7;
font : 14px 'georgia', serif;
color: #79776b;
}

h1 { 
text-align : center;
font-size : 10px;
}

h2 {
text-align : center; 
font-size :30px; 
font-weight : 90px;
}



a {
 color : #0476A3;
      }
a:link, a:visited, a:active
{
text-decoration : none;
color: #0476A3;
}
a:hover
{
color: #79776B;
}
