::-moz-selection { background: #d23e36; color: #fff; text-shadow: none; }
    ::selection { background: #d23e36; color: #fff; text-shadow: none; }
    body { background-color:#f1f1f1; color:#000;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size:14px;  }
	#outer{ background: #FFF; padding: 2%; border: 1px solid #AAA; border-radius: 4px; margin: 0 auto; 
	/*box-shadow: 0 1px 5px #a7a7a7, inset 0 1px 0 #fff;*/	
	 width:65%; margin-top:50px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; min-width:280px;}
	#outer h1 { margin: 0 10px; font-size: 50px; text-align: center; color:#FF4343; }
	#outer h1 span{color: #FF4343;}
	p{font-size: 25px; line-height: 1.7; text-align:justify; }
	.goback{display:inline-block; color:#d34036; border-bottom:1px dotted #d34036; text-decoration:none; margin-top:12px;}
	@media screen and (max-width: 1100px) {
	#outer{width:62%;}
	}
	@media screen and (max-width: 800px) {
	#outer{width:80%;}
	}
	@media screen and (max-device-width: 480px) {
	#outer{width:94%; }
	}