@media screen {
/*****************************************************************************
    These styles should be at the bottom of `sifr.css`. Make sure that they're
    only applied for the screen media type!
    *****************************************************************************/
		
		.sIFR-active h2.navsifr{
			padding: 1;
			margin:0;
			font-size:18px;
		}
		.sIFR-active h2.selected{
			text-decoration:underline;
			color:#126ba7;
		}
		.sIFR-active h2.navsifr2{
			padding: 1;
			margin:0;
			font-size:16px;
		}
		
		.sIFR-active h1.top-title{
			padding: 1;
			margin:0;
			font-size:22px;
			color:#126ba7;
		}
		
		.sIFR-active h1.box-title{
			padding: 1;
			margin:0;
			font-size:18px;
			color:#555555;
		}
		
		.sIFR-active h1.title-home{
			padding: 1;
			margin:0;
			font-size:26px;
			color:#555555;
		}
		
		.sIFR-active h2.title-home{
			padding: 1;
			margin:0;
			font-size:16px;
			color:#555555;
		}
		
		.sIFR-active h1.box-title span.color{
			color:#126ba7;
		}
		
		.sIFR-active h2.active{
			text-decoration:underline;
			color:#4daef6;
		}
   
}
