/*
File Name: content_inventory.css
Date: 04/25/19
Programmer: Dee Sample
*/

body {
    background-color: #9fa9a3;
    font-family: Verdana, Arial, sans-serif;
    

} 

h1 { 
    background-color: #00b3b3;
    margin-bottom: 5%;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

h2 {
    background-color: #00B3B3;
    margin-top: 5%;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

dt {
    font-weight: bold;
    color: #FFFFFF;
}