/* Yan Nowransing: external style sheet */
body {
    margin-left: 40px;
    margin-right: 40px;
    background-color: darkred;
}

h2 {
    text-align: center;
}

#First { background-color: orange;
        color:white;
        font-family: cursive;
        }

#Second {background-color: greenyellow;
        color:dimgray;
        font-family: cursive;
        }

#Third { background-color: deeppink;
        color: forestgreen;
        font-family: cursive;
        }

#Fourth { background-color: dimgray;
        color:yellow;
        font-family: cursive;
    }

#p1 {color:lime}
#p2 {color:beige}