﻿h1 {
margin-left: auto;
margin-right: auto;
color: black; 
}

body {
background-color: #FFFFCC; 
}

th {
color: #FFFF66;
font-size: 18px;
border-bottom: 5px solid #ffcc00; 
background: #808080; 
}

td {
color: #CC3300;
font-size: 16px;
background: #E8E8E8;
}

tr {
color: red; 
}

#table-header {
font-size: 14px;
color: #FFFFCC;
background-color: #FFFFCC;
}

#caption {
font-size: 26px;
}

#list {
font-size: 18px;
}