body {
      font-family: arial, helvetica, sans-serif;
      color: black;
      background-color: #fff;
      margin: 2em;
}

#center {
    background-color: white;
    float: left;
    width: 85%;
}

rightSideBar {
    background-color: white;
    float: right;
    width: 15%;
}

p {
     line-height: 1.4em;
}

li {
     color: #000;
     padding: 0.25em;
     font-style: italic;
}

h1 {
     color: #fff;
     background-color: #000;
     font-size: 2em;
     margin: 0;
     margin-bottom: 0.25em;
     padding: 0.80em;
     text-align: center;
     letter-spacing: 0.2em;
     border-top-style: solid;
     border-top-width: 0.1em;
     border-top-color: #ccc;
     border-bottom-style: solid;
     border-bottom-width: 0.1em;
     border-bottom-color: #ccc;
}

h2 {
     color: #fff;
     background-color: #000;
     font-size: 1.25em;
     margin: 0;
     margin-bottom: 0.1em;
     padding: 0.1em;
     padding-left: 0.5em;
     border-top-style: solid;
     border-top-width: 0.1em;
     border-top-color: #ccc;
     border-bottom-style: solid;
     border-bottom-width: 0.1em;
     border-bottom-color: #ccc;
}

