@charset "UTF-8";
#lightweight{
	background: #000;
	color:#fff !important;
}
#lightweight p{
	text-align: center;
	font-size: 1.2em;
}
@media screen and (max-width:575px) {
	#lightweight p{
		text-align: left;
		font-size: 1.1em;
	}
}
#lightweight h3{
	display: block;
	height: 50px;
	line-height: 50px;
	background-image: url(../lightweight/images/back_h3.png);
	background-repeat: repeat-x;
	margin: 4em 0 2em 0;
	text-align: center;
	font-weight: 900;
	text-shadow: 3px 3px 3px #000; 
	
}
#lightweight h2{
	display: block;
	text-align: center;
	background-color: rgba(0,18,122,1.00);
	color:#fff;
	padding: 16px 0;
	border-radius:4px;
	font-weight: 900;
	-webkit-border-radius:4px; 
	-moz-border-radius:4px;
	text-shadow: 3px 3px 3px #000; 
	
}
h2 + h3{
	margin-top: 1em !important;
}
.navArea{
	margin-bottom:2em;
}
.navArea a{
	min-width:80%;
}
@media screen and (max-width:575px) {
	.navArea a{
		min-width:95%;
	}
}