
/* Additional styles */

.Image_LEFT{
    margin-left: 10px; border: white 3px solid;
    }

.Image_RIGHT{
    margin-right:10px; border: white 3px solid;
    }
    
.body_text_size_2{
    font-size:110%;
    }
    
.body_text_size_3{
    font-size:120%;
    }
    
.body_text_size_4{
    font-size:130%;
    }
    
.body_text_size_5{
    font-size:140%;
    }
    
.body_text_size_1_red{
    font-size:100%;
    color:#f00;
    }
    
.body_text_size_2_red{
    font-size:110%;
    color:#f00;
    }
    
.body_text_size_3_red{
    font-size:120%;
    color:#f00;
    }
    
.body_text_size_4_red{
    font-size:130%;
    color:#f00;
    }
    
.body_text_size_5_red{
    font-size:140%;
    color:#f00;
    }
    
.body_text_size_1_blue{
    font-size:100%;
    color:#3B5DBE;
    }
    
.body_text_size_2_blue{
    font-size:110%;
    color:#3B5DBE;
    }
    
.body_text_size_3_blue{
    font-size:120%;
    color:#3B5DBE;
    }
    
.body_text_size_4_blue{
    font-size:130%;
    color:#3B5DBE;
    }
    
.body_text_size_5_blue{
    font-size:140%;
    color:#3B5DBE;
    }