.pagesection-ul ul {
   list-style: none;
   margin-left: 0px;
   margin-bottom: 30px;
}
.pagesection-ul ul li{
   margin: 5px 0px;
   padding: 10px;
   border: solid;
   border-radius: 7px;
   border-width: 2px;
   border-color: rgb(225, 125, 125);
}
.pagesection-ul ul li p{
   margin-bottom: 0px;
}
.pagesection-ul p span{
   background-color: #0065B8;
   padding: 5px;
   border-radius: 5px;
   font-size: 16px;
}
.pagesection-ul p span a{
   text-decoration: none;
   color: white;
}
#p-main{
   text-align: center;
}
