body {
background-attach: fixed;
background-color: #ffffff;
}

h1 {
font-size: 36pt;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

h2 {
font-size: 28pt;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

h3 {
font-size: 20pt;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

h4 {
font-size: 16pt;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

h5 {
font-size: 16pt;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}

h6 {
font-size: 16pt;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt; 
}

li {
font-size: 16pt;
color: #333399;
font-family: Arial, Helvetica, sans-serif;
}

.whitetext {
color: #ffffff;
}

.bluebox {
border-style: solid;
border-color: #0000ff;
padding: 10px;
}

.orangebox {
border-style: solid;
border-color: #da8200;
padding: 10px;
}

.dashbox {
border-style: dashed;
border-color: #000000;
padding: 10px;
}

.orangeback {
border-style: solid;
border-color: #000000;
background-color: #da8200;
}

.coupon {
border-style: dashed;
margin-left: 40px;
margin-right: 50px;
border-color: #000000;
padding: 20px;
}

.margins {
margin-left: 10px;
margin-right: 10px;
}