h1{
    color: #424242; 
}
h2{
    font-size: 20px;
    color: #424242; 
}
.caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    font-weight: bold;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent dark background */
    text-align: center;
    font-size: 1.1em;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  }
body{
    font-family: 'Roboto', sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}
#headerbanner {
    color: #424242;
}
#headerbanner p {
    opacity: .8;
    font-size: 14px;

}
#headerbanner h1 {
    font-weight: bold;
    font-size: 40px;
}
#headernav a {
    text-decoration: none;
    color: #757575;
    font-weight: bold;
}
#story a {
    text-decoration: none;
    color: #424242; 
}
#story h1 {
    font-size: 30px;
    font-weight: bold;
}
#story small {
    opacity: .8; 
}
#story p {
    font-size: 15px;
    color: #757575;
}
#substory a {
    text-decoration: none;
    color: #424242; 
}
#substory h1 {
    font-size: 18px;
    font-weight: bold;
}
#substory small {
    font-size: 14px;
    opacity: .8; 
}
#substory p {
    font-size: 14px;
    opacity: .6; 
}
table{
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 20px;
}
td {
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #ccc;
    font-weight: bold;
    color: #424242; 
}
td a {
    display: block;
    padding: 2%;
    }