@font-face {
    font-family: 'LatoLatinLight';
    src: url('LatoLatinLight-Regular.eot'); /* IE9 Compat Modes */
    src: url('LatoLatinLight-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('LatoLatinLight-Regular.woff') format('woff'), /* Modern Browsers */
         url('LatoLatinLight-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
h1 {
    text-align: center;
font-size:3.0em;
font-family: "Gill Sans Light", "Arial Black", sans;
margin-top: 5%
width: 434 px;
background-color: white

}
p {
    /*text-align: center;*/
font-size:1.0em;
font-family: "LatoLatinLight", "Arial Black", sans;
margin: auto;
width: 434px;
color: black
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
} 
a:link {
color: black;
text-decoration: none;
font-weight: bold;
}
a:visited {
    color: black;
