@charset "utf-8";
p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 20px;
    text-align: justify;
}
p.center {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 20px;
    text-align: center;
}

p.quote { font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-style: italic; text-align: right; }

p.author { font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-style: italic; text-align: justify; padding-left: 10em;}


h1 { font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-size: 36px; font-weight: bold;}
h2 { font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-weight: bold;}

a {
    font-family: Gotham, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 20px;
	color: blue;
}
