<style type="text/css">

body {
font-family: Tahoma;
font-size:16px;
background-color:#2F2F4F;
}

p {
font-size:16px;
font-family: Tahoma;
}
 
.darkbar {
font-size:24px;
background-color:#4D4D4D;
color:white;
padding:3px;
padding-left:3px;
font-weight:bold;
}

.ballotbox:before{
    content: "\2611";
    color:red;
    margin-right: 6px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}

.envelope:before{
    content: "\2709";
    color:red;
    margin-right: 6px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}

.xbox:before{
    content: "\2612";
    color:red;
    margin-right: 10px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}

.checkred:before{
    content: "\2714";
    color:red;
    margin-right: 6px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}
.check:before{
    content: "\2714";
    color:blue;
    margin-right: 6px;
    font-weight:bold;
    font-size:40px;
    text-indent:50px;
}

h1 {
font-family:tahoma;
color:#0000FF;
text-align:center;
font-weight:bold;
}

</style>


