
s {
    color: red;
    }


table {
         width: 100%;
        border-collapse: collapse;
    }
    th, td {
        border: 1px solid black;
        padding: 8px;
        vertical-align: top;
        font-family: monospace;
    }
    th {
        background-color: #f2f2f2;
    }
    .time {
        width: 20%;
    }
    .event {
        width: 80%;
    }
    a:link {
        color: blue; 
        text-decoration: none; 
        font-family: monospace;
    } 
    a:hover {
        color: red; 
        text-decoration: none; 
        font-family: monospace;
    } 
    a:visited {
        color: purple; 
        text-decoration: none; 
        font-family: monospace;
    } 
    

h4 {
    color: green;
    font-family: monospace;
}

h1, h2, h3 {
    font-family: monospace;
}

p {
    font-family: monospace;
    text-align: justify;
}
