﻿.level1
{
    color: #39464E;
    background-color: #EEEEEE;
        font-family: Arial;
    font-size: large;
    width: 100%;
    
}

.level2
{
    color: White;
    font-family: Arial;
    font-size: Large;
    background-color: #9EC731;
    
}

.level3
{
    color: #313483;
    background-color: White;
    font-family: Arial;
    font-size: small;
}

.level4
{
    font-weight: bold;
    background-color: #357EC7;
}

.level4
{
    background-color: #EEEEEE;!important;
    color: White !important;
    font-family: Arial;
    font-size: larger;
    width: 100%;

    }   
	
