/*Paragraph Text*/
.text p {
    font-weight: normal; /* font weight */
  }
  
  .highlight-text {
    color: #000000 !important;/* Change text color to blue */
  }
  
  .loh-box{
    background-color: #FF9900 !important; 
  }
  
  #special-link{
    color:#2600fc !important;
  }
  
  #special-link:hover{
    color:#000000 !important;
  }

  .colored-line{
    border-top: 2px solid #000000 !important; /* Change this to any color you like */
  }
    
  .colored-line-1{
    border-top: 2px solid #ff6600 !important; /* Change this to any color you like */
  }