   body {
    background-color: #000;
    color: #fff;
    font-size: 1em;
    font-family: sans-serif,helvetica;
    margin: 0;
    padding: 0;
   }
   :link {
    color: #3399FF;
   }
   :visited {
    color: #3399FF;
   }
   a:link, a:hover, a:visited {
    color: #3399FF;
    text-decoration : none;
   }
   h1 {
    text-align: center;
    margin: 0;
    padding: 0.6em 2em 0.4em;
    background-color: #000;
    color: cornsilk;
    font-weight: bold;
    font-size: 2.5em;
    border-bottom: 2px solid #fff;
   }
   h2 {
    color: cornsilk;
    font-size: 2em;
    font-weight: bold;
    border-bottom: 2px solid #fff;
   }
   hr {
    color: cornsilk;
   }
   .content {
    padding: 1em 4em;
   }
   .content-columns {
    /* Setting relative positioning allows for absolute positioning for sub-classes */
    position: relative;
    padding-top: 1em;
   }
   .content-column-left {
    /* Value for IE/Win; will be overwritten for other browsers */
    width: 47%;
    padding-right: 3%;
    float: left;
    padding-bottom: 2em;
   }
   .content-column-right {
    /* Values for IE/Win; will be overwritten for other browsers */
    width: 47%;
    padding-left: 3%;
    float: left;
    padding-bottom: 2em;
   }
   .content-columns>.content-column-left, .content-columns>.content-column-right {
    /* Non-IE/Win */
   }
   img {
    border: 2px solid #fff;
    padding: 2px;
    margin: 2px;
   }
   a:hover img {
    border: 2px solid #3399FF;
   }

