/* gray #CBCCCB */
/* black #1A1A1A */
/* purple #9D9BC3 */

@media screen and (min-width : 0px){

  body {
    background-color: #CBCCCB;
    padding-bottom: 0;
  }

  .title p {
    margin-top: 0;
    margin-bottom: 0;
  }
    .MicroText {
    
       /*margin-left: 0.5em;*/
      font-size: 18px;
      line-height: 1.1em;
    
  }

  .MicroTextL {
    
       /*margin-left: 0.5em;*/
      font-size: 28px;
      line-height: 1.1em;
    
  }
  

  .MicroText p
  {
    padding-left: 10px;
    padding-right: 10px;
      color: #1A1A1A;
  }
  
    
    .MicroTextL p
  {
    padding-left: 10px;
    padding-right: 10px;
      color: #1A1A1A;
      font-weight: bold;
  }
   
    .MicroText p a {
	color: #1A1A1A;
	font-weight: bold;
  }
    

  

  
@media screen and (min-width : 600px){
  
  
    .MicroText p {
	    font-size: 22px;
        line-height: 1.1em;
  }
    .MicroTextL p {
    
      font-size: 28px;
      line-height: 1.1em;
    
  }
    
   
  
}


@media screen and (min-width : 1200px){
  
  
    .MicroText p {
	    font-size: 28px;
        line-height: 1.2em;
  }
    .MicroTextL p {
    
      font-size: 36px;
      line-height: 1.2em;
    
  }
    
  
	
}
