h3 {
    font-size:80px;
    font-style: italic;
    color:palevioletred;
    padding-left:80px;
}

p.Refit1 {
    font-size:30px;
    font-style:italic;
    font-weight:normal;
    padding-left:20px;
    color:black;
 }

 p.Refit2 {
    font-size:30px;
    font-style:italic;
    font-weight:normal;
    padding-left:30px;
    color:black;
}

 p.blastit {
    font-size: 40px;
    font-style:normal;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:black;
}

p {
    font-family: Arial, Verdana;
    font-size: 30px;
    color:green;
    font-weight:bolder;
    font-style:oblique;
}

p.boldtext {
    font-family: Verdana, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    color:white;
}

p.eHeaderOrange {
    font-family: 'Times New Roman', Times, serif;
    font-size: 80px;
    font-style:Italic;
    font-weight:bold;
    color:orange;
}
              
p.eTailGreen {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-style:Italic;
    font-weight:bold;
    color:green;
    padding-left: 40px;
}

p.eHeaderBlack {
    font-family: Arial, Verdana;
    font-size: 20px;
    font-style:normal;
    font-weight:bold;
    color:black;
    padding-left:20px;
}
              
p.eHeaderBlue {
    font-family: Arial, Verdana;
    font-size: 12px;
    font-style:italic;
    font-weight:bold;
    color:beige;
    padding-left:30px;
 
}             

p.eFooterBlack {
        font-family: Arial, Verdana;
        font-size: 12px;
        font-style:italic;
        font-weight:bold;
        color:black;
        padding-left:30px;
    
}