.content {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    line-height: 1.5em; 
}
.start_content{
    line-height: 2em;
}
#start .start_content{
    color: #fff;
}
#start .start_content H1{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0; 
}

#start .start_content H2{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 45px;
}

.content H1{
    font-size: 12px;
    color: #4C77A0;
    font-weight: bold;
}

.content span.blue{
    color: #4C77A0;
}
.content p.blue_box{
    color: #fff;
    background-color: #4C77A0;
}

.content A{
    color: #4C77A0;
    text-decoration: underline;
}
.content P{
    margin: 1em 0;
}

.content UL{
    margin-left: 14px;
}
.content UL LI{
    list-style-type: square;
}
.content OL {
    padding-left: 17px;
}

