@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body { 
    font-family: 'Open Sans', Arial, helvetica, sans-serif; 
    font-size: 15px;
}

td {
    font-family: 'Open Sans', Arial, helvetica, sans-serif; 
    font-size: 15px;
}

tr {
    font-family: 'Open Sans', Arial, helvetica, sans-serif; 
    font-size: 15px;
}



a:link { 
    color: #800080; 
    text-decoration: none;
    }
a:visited { 
    color: #800080; 
    text-decoration: none;
}
a:active { 
    color: #800080; 
    text-decoration: none;
}
a:hover { 
    color: #800080; 
    text-decoration: underline;
}


.next_production_title {
    font-size:39px;
}
.next_production_author {
    font-size:25px;
}
.next_production_dates {
    font-size:19px;
}