/* External Stylesheet for CIS89A Module 2 Assignment */

/* Requirement: CSS comments used to document the file */
body {
    /* Requirement: font-family property applied to the page body */
    font-family: 'Helvetica Neue', Arial, sans-serif;
    
    /* Requirement: color property applied externally */
   
    color: #2b2b2b;
}

h2 {
    font-family: Georgia, serif;
    color: #2c3e50;
}