 #rghtcont {
    margin: 25px 0;
    height: 600px;
    overflow: auto;
    padding-right: 10px;
 }
 
 
 #right h1 {
  /*border-bottom:1px solid #db214c;*/
  color:#0072BC;
  font-size:18px;
  margin-top:20px;
  padding-bottom:5px;
  margin-bottom:10px;
  text-align: center;
 }
 
 #rghtcont h3 {
    margin: 10px 0;
    color: #db214c;
 } 
 
 #rghtcont p {
    text-align: justify;
    text-indent: 10px;
    line-height: 15px;
 }
 
 #rghtcont ul {
    margin: 10px 0 10px 20px;
 }
 
 
