body 
{
    font-family:Trebuchet MS;
}

a
{
    color:#0066CC;
}

img 
{
    border-style:none;
}

table
{
    background-color:White; 
    margin-left:20px;
    margin-right:20px;
    margin-right:auto;
    border-style:none;
}


/* --- Likert Formatting --- */

.likertTable
{
    width:900px;
    border:solid 1px #000000;
    text-align:center;
    
}

.likertHeader{}

.likertBlank
{
    width:10px;
    }

.likertWorkArea, .likertCompany
{
    width: 230px;
    border:solid 1px #000000;
    background-color: lightcyan; 
    text-align: center;
}

.likertRow

.likertVal, .likertRadio
{
    width: 25px; 
    border:solid 1px #000000;
    text-align: center;
}

.likertQnum
{
    width: 20px; 
    border:solid 1px #000000;
    text-align: center;
}

.likertQuestion
{
    width: 400px; 
    border:solid 1px #000000;
    text-align: left;
}
