body {
    background-color: #ffffcc;
    }

h1 {
    font-size: 36pt; font-weight: bold;
    font-family; sans-serif;
    font-style: italic;
    text-align: center;
    color: black;
    
    
    }
    .center {
        text-align: center;
    }
    .right {
        text-align: right;
    }
    
    h2 {
    font-family; sans-serif;
    color: black;
    font-size: 36pt; font-weight: bold;
    text-align: center;
            
table {
  
    border: thin solid black;
    caption-side: bottom;
    background-color: white;
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    
}
#firstline {font-weight: bold;}

td, tr, th {
    border: thin dotted black;
    padding:  5px;
    border-spacing: 30px 10px;
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
}

p {
    font-style: italic;
    
    }
