
body {
    margin: 0;
    padding: 20px 30px;
    background: black;
    color: white;
}

h1 {
    font-size: 50px;
    /*
    text-decoration: underline;
    */
    color: #fff;
    text-align: center;
}

h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
}

a,
a:visited {
  color: white;
}


#slide {
    font-size: 30px;
    width: 720px;
    padding: 20px;
    min-height: 420px;
    margin: auto ;

    /*
    background-image: url(../images/gradient.jpg);
    background-repeat: no-repeat;
    */
    background: black;
}

.dp-highlighter {
  /*
    border: 3px solid #3ce23c;
    */
    border: 13px solid #444;

    width: 700px;
    line-height: 20px;
    padding-left: 20px;
}
.dp-highlighter li {
  line-height: 30px;
  height: 30px;
  padding: 10px;
  margin: 10px;
}

#page_links {
    width: 720px;
    margin: 0 auto;
    position: relative;
}
#page_links a {
    display: block;
    position: absolute;
    top: 5px;
    width: 90px;
    height: 30px;
    /*
    border: 1px solid #333;
    */
}
#page_links a.prev { 
    left: 5px;
}
#page_links a.next { 
    right: 5px;
}
