body
{
	font-family: "Trebuchet MS",arial, sans-serif;
	font-size: 0.98em;
}
input.button {
    border: 1px solid #006;
    background: #ccf;
}
input.button:hover {
    border: 1px solid #f00;
    background: #eef;
}
.newsContainer, .productContainer
{
	/*width: 100%;*/
	padding: 45px 55px;
	text-align:justify;
	/*border: 2px solid blue;*/
	font-size: 0.9em;
}