
/*BOC: CSS code for site_map file added here to resolve w3 validation errors  BY ADITYA VERMA ON 26-September-2024 PMS: 154195*/
.custom-p-style {
   font-size: 15px; /* Adjust this to match your <p> size */
   font-weight: bold; /* Match the font weight of <p> */
   font-family: Tahoma, sans-serif; /* Match the font family of <p> */
   margin: 0; /* Match the default <p> margins if needed */
}
#sitemapcontainer {
    padding: 0px 15px ;
 }
 
 #sitemapcontainer ul, #sitemapcontainer li {
    margin-left: 15px;
 }
 
 #sitemapcontainer ul li {
    list-style-type: disc;
 }
 
 #sitemapcontainer ul li ul li {
    list-style-type: circle;
 }
 
 #sitemapcontainer ul li ul li ul li{
    list-style-type: square;
 }
 a.blueparatext_none {
     text-decoration: none;
     color: #0379A5;
 }
/*EOC: CSS code for site_map file added here to resolve w3 validation errors  BY ADITYA VERMA ON 26-September-2024 PMS: 154195*/