h1,h2,h3 {
    font-family: Georgia, Times New Roman, Times, Serif;
    color: maroon;
}

.h1r {
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size:200%; 
    font-weight:bold; 
    color: maroon;
}

.h2r {
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size:150%; 
    font-weight:bold; 
    color: maroon;
}

.h3r {
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size:112.5%;
    font-weight:bold; 
    color: maroon;
}