hetml, body{
        text-align: center;
		padding: 0;  
		margin: 0;
		width: 100%;
}
.heading{
		position:absolute;
		top: 85px;
		left: 0;
		right: 0;
		margin:0 auto;
		background-color:#e62e00;
		width: 500px;
		height: 70px;
		color: white;
        font: 35px 'Roboto';
		line-height: 70px;
		border: 1px solid white;
		padding: 0;
}

.tittle {
		position:relative;
		background-color:#00aaaa;
		color:white;
        font: 30px 'Roboto';
		vertical-align: center;
		height: 120px;
		text-align: center;		
		padding: 0;  
		margin: 0;
		line-height:85px;
}
.p1{      
        font: 16px 'Roboto';
        margin: 10px auto 0;
        padding: 70px 0 20px;
		color: #a6a6a6;
		line-height:23px;
}
.pline{
		border-bottom: 1px solid black;
		width:70px;
		margin:0 auto;
}
.p2{
		font: 20px 'Roboto';
		font-weight:bolt;
		padding: 0 0 20px;
}
.p3{
        font: 16px 'Roboto';
        margin: 10px auto 0;
        padding: 0 0 50px;
		margin: 0;
		color:#a6a6a6;
		line-height:23px;
}
.p4{
		font: normal normal normal 30px 'Roboto';
		color:#00aaaa;
}


