html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
	background-color:#e3e8e3;
	background-image: url('http://www.arteinarredo.it/wp-content/themes/main_theme/images/assets/pattern.svg');
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000000;
	text-align:center;
}
.logo {
	background-color: #ffffff;
	padding:10px;
}
h1 {
	font-size:24px;
	font-weight:bold;
	line-height:32px;
}
h4 {
	font-size:18px;
	font-weight:bold;
	line-height:32px;
}
h5 {
	font-size:16px;
	font-weight:bold;
	line-height:32px;
	color:#7ebd60;
}
.contacts {
	padding:100px 0 20px 0;
	font-size:14px;
	line-height:26px;
}
.contacts a{
	color: #bc5b9e;
	text-decoration:none
}
.contacts a:hover{
	text-decoration:underline
}