p::first-line{
    font-size:22px;
}

body{
    background-color:aliceblue;
    text-align:center;
}

table{
    text-align:center;
    font-size:30px;
}

#quote{
    font-style:italic;
}

#tablebg{
    background-color:lightgreen;
}

.head{
    color:rgb(153,50,204);
} 

.odd-row{
    color:palevioletred;
}

.even-row{
    color:royalblue;
}

#citations{
    font-size:15px;!important
}

mark{
    background-color:coral;
}
img.grayscale-filter {
    filter: grayscale(100%);
    border:3px;
}
 
 
 .first{
     color:lightpink;
 }
 
 
 .second{
     color:darkorchid;
 }
 
 .third{
     font-weight:bold;
 }
 
 #book{
 opacity:0.5;
 }
 caret-color{
     
 }