body{
    margin-top: 80;
    margin-bottom: 80;
    margin-left: 20%;
    margin-right: 20%;
    background-color:beige;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16;
    font-weight: 600;
}

header{
    margin-bottom: 40;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h1{
    color:darkslategrey;
    text-align: center;
}

h2{
    color:grey;
    text-align: center;
}

.speaker{
    text-align:right;
    font-weight: 500;
}

.action{
    font-style: italic;
}

.peter{
    color:darkcyan;
}

.dana{
    color:darkgreen;
}

.ray{
    color:darkgoldenrod;
}

.mayor{
    color:darkkhaki;
}
