html {background-color: #555555;}

body {
   color: white;
   background-color: #52616F;
   width: 780px;
   margin:15px auto;
   border:1px solid black;
   padding-bottom: 20px;
}

h1 { /* titolo nella home */
   color: #d4605c;
   font-family: Impact, Charcoal, sans-serif;
   font-size: 20pt;
   letter-spacing : 4px;
   text-align: center;
   margin-bottom: -10px;
}

h5 { /* sottotitolo nella home */
   color: #6B8EFF;
   font-family: 'Trebuchet MS', Helvetica, sans-serif;
   font-size: 15pt;
   letter-spacing: 3px;
   text-align: center;
}

p {
   text-align: justify;
   margin-left: 30px;
   margin-right: 30px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 90%;
}

hr {width: 70%;}

a:link {color: #FFF; font-weight: bold;} 
a:visited {color: #FFF; font-weight: bold;}
a:hover {color: #FFF; font-weight: bold; text-decoration: none;}
a:active {color: #FFF; font-weight: bold;}
