body { 
    font-family: cursive; 
    color: red;
}

.links {
    font-style: italic;
    color: blue;
}

#paragraph {
    font-size: small;
    color: black;
}
