	/* Paragraph text is black and in 12pt font */
    p {
        font-size: 12pt;
        color: black;
    }

    /* h1, h2 and p are in Times New Roman font */
    h1, h2, p {
        font-family: Times New Roman;
    }

    /* h1 and h2 have green text */
    h1, h2 {
        color: green;
        font-size: 22pt;
    }
