h1 {
display:block;
width: 100%
text-align: left;
font-family: verdana;
color: #000000;
font-size: 36pt;
font-weight: bold;
background-color: #FF0000;
}
h2 {
display:block;
width: 100%
text-align: center;
font-family: verdana;
color: #FF0000;
font-size: 24pt;
font-weight: bold;
background-color: #FFFF00;
}
h3 {
display:inline;
width: 100%
text-align: left;
font-family: verdana;
color: #000000;
font-size: 16pt;
font-weight: bold;
background-color: #FFFF00;
}
h4 {
display:inline;
width: 100%
text-align: left;
font-family: verdana;
color: #000000;
font-size: 16pt;
font-weight: bold;
background-color: #FF9900;
}