p:before{
  content: "";
  padding-top: 25px;
  

  }
p {
  margin-left: 25px;
  margin-right: 25px;
  text-align: left;
  color: black;
  font-size: 17px;
  }

h1{
    text-align: center;
  }
 
h2, h3 {
    text-align: left;
    margin-left: 25px;
  }
 
.box_border2 {
  border: 2px solid #000000;
  background-color: white;
  overflow: auto;
  border-radius: 5px;
  padding-right: 25px;
}  
  
.box_border{
  border: 2px solid #000000;
  background-color: gray;
  overflow: auto;
  color: white;
  margin-left: 25px;
  margin-right: 25px;
  border-radius: 5px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;

}

img.logo {
 display: block;
 margin-left: auto;
 margin-right: auto;

}


img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 35%;

}

figure.center{
  display:block;
  margin-left:auto;
  margin-right: auto;
  text-align: center;
  font-size: 13px;
  font-style: italic;
}

body {
   background: radial-gradient(circle at top, #404049 0px, #343434 800px);
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-color: #343434;
   color: black;
   font-family: lato, sans-serif;
}

#wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 10px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

table, th, td {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.toc_title {
    font-weight: 700;
    text-align: cetner;

}

ul, ol {
  list-style-position: inside;
}


a:link{
  color: #0000CD;
  background-color: transparent;
  text-decoration: underline;
  font-family: lato, sans-serif;
}

  




