/*
 * CSS for Tools Page
 * Joban Bir Singh
 */

  
  .main .content h4 {
    color: #023F72; 
    font-size: 1.1em;
    text-decoration: none;
    }
    
    h4:hover {
    text-decoration: none;
    } 
  .main .content h4, .main .content h5 {
    font-weight: bold;
    
  }
  .main .content h2, .main .content h3, .main .content h4, .main .content h5 {
    clear: both;
    margin-bottom: 0.4em;
    margin-top: 0;
    }
   
   
    
   .main .content ul li, .main .content ol li 
   {
    margin-bottom: 0;
    margin-top: 0;
   }
    
   .main .content a:hover {

    text-decoration: none;
    }    
    
    element.style 
    
    {
    height: auto;
    }
 
   body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: verdana,geneva,sans-serif;
    }

   body {
    font-size: 75%;
    margin: 0;
    padding: 0;
   }