body{
	font-size: 16.5px;
	margin:0;
	padding: 0;
	font-family: sans-serif;
}
html{
margin:0;
padding: 0;	
}
#MainBlock h1{
text-align: center;

}
#MainBlock p{
color: #000;
font-family: sans-serif;
font-size: 16px;
}
#MainBlock h2{
text-align: center;
color: #000;
font-family: sans-serif;
font-size: 1.6em;
margin: 0px;
}
#MainBlock h3{
	text-align: center;
}
#SendMessageForm{
	width: 100%;
	height: auto;
}
#SendMessageForm form{
	text-align: center;
}
#SendMessageForm input{
	width: 340px;
	height: 35px;
}
#SendMessageForm textarea{
	width: 340px;
	height: 90px;
}
@media screen and (max-width: 350px) {
#SendMessageForm input{
	width: 95%;
	height: 35px;
}
#SendMessageForm textarea{
	width: 95%;
	height: 90px;
}	
}