.table_headings
{
    color: green;
    font-size: 17px;
    font-weight: bold;
}

.elem_titles
{
    color: blue;
    font-size: 12px;
    font-weight: bold;
}

.title
{
    color:blue;
    font-size: 18px;
    font-weight: bold;
}

.message
{
    color: red;
    font-size: 15px;
    font-weight: bold;
}

.product_headings
{
    color: #001897;
    font-size: 17px;
    font-weight: bold;
}

.required_fields
{
    color: blue;
    font-size: 12;
    font-weight: bold; 
}


