@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,800');

/*
- Open Sans

regular 400
regular 400 italic
bold 700
extra-bold 800
*/

html, body, ul, ul li, p, h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; }
body { font-family: 'Open Sans', sans-serif; font-weight: 400; color: #000000; text-align: center; background-color: #ffffff; }
a { text-decoration: none; color: #0000ff; }
.wrapper { margin: 0px auto 0px auto; width: 960px; }
.container { margin: 40px auto 0px auto; width: 800px; }
h1 { font-size: 28px; font-weight: 700; }
h2 { margin-top: 10px; font-size: 20px; font-weight: 700; }
.container p { margin-top: 15px; margin-bottom: 15px; font-size: 16px; }
p.url-sito { margin-top: 50px; font-size: 18px; font-weight: 700; }






