p {
    color: black;
}

a {
    color: blue;
}

body {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
}

h1 {
    font-size: 1.2em;
    margin: 20px;
    padding: 40px;
}

h2 {
    font-size: 1em;
    font-weight: normal;
    background-color: white;
    margin: 25px;
    padding: 40px;
}

a {
    text-decoration: none;
}

strong {
    font-style: italic;
    text-transform: uppercase;
}

