/* CSS Document */
h1, h2 {


    font-family: calibri, arial, sans-serif;
    text-align: center;
    color: white;
    background: black;

}

p{
font-family: times, 'Times New Roman', Georgia, serif;
font-size: smaller;
text-align: justify;
color: black;


}
