html, body {
    margin: 0;
    padding: 0
}
a {
    color: white;
    text-decoration: none;
}
img {
    padding-top: 10px;
    padding-left: 20px;
    width: 150px;
    height: 150px;
}
p.thick {
    font-weight: 900;
    text-align: center;
}
#contentWrapper {
    margin: 20px
}
#headerBar {
    height: 325px;
    background: #484848
}
#headerText {
    padding-left: 20px;
    color:white
}
#subtitle {
    padding-left: 10px;
}
#footerBar {
}
#italic {
    font-style: italic;
}
#entry {
    border-radius: 10px;
    background: #D3D3D3;
}
#entryTitle {
    padding-left: 10px;
}
#entryNotes {
    padding-left: 20px;
    padding-bottom: 10px;
}
#audioplayer {
    padding-left: 40px;
    padding-bottom: 5px;
}
#date {
    padding-left: 20px;
    font-style: italic;
}
#subscribe {
    margin: 0 auto;
    width: 150px;
    height: 35px;
    background: #990000;
    text-align: center;
    border-radius: 15px;
}
