/* CSS Style Sheet for ITWP 2750 Course Discussions */
/* Edith Harvey */

/* body main style */
body {
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000 /* black text */
}

/* heading 1 style */
h1 {
    color: #330099; /* deep blue */
    text-align: center;
}
/* heading 3 style */
h3 {
    color: #330099; /* deep blue */
    font-weight: bold;
}