ul {
   list-style: inherit; 
}

.bouncecenteredbox {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    margin: 5px 0px;
    color: #ffffff;
    background-color: #0595cf;
    padding: 10px 30px;
  border: 3px solid;
}

.bouncecenteredbox:hover {
    background-color: #40afdc;
}

ul {
  list-style-type: none;
	
}

.singlepost a {
    
    color: #34307b;
    font-size: 18px;
}

.singlepost {
	color:#000;
}

