header{
    color: white;
    font-size: 25px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}
.sceneheaders{
    color: white;
    font-size: 25px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;
}
.content{
    color: white;
    font-size: 25px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: rgb(162, 179, 194);
    text-align: left;
}
.speaker{
    color: white;
    font-size: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;
}
p { margin-top: -4px; }
#color1{
    background-color: rgb(140, 155, 168);
}
#color2{
    background-color: rgb(115, 128, 138);
}
#square{
    list-style-type: square;
}
#circle{
    list-style-type:circle;
}
#none{
    list-style-type:none;
}
#style{
    list-style-type: "\1F53F";
}
