#sito {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
body {
    background-color: #000;
    font-size: 12px; /* @ EOMB */
    font-family: Arial, Verdana, sans-serif;
    color: #888;
}
* html body {
    font-size: 12px; /* @ IE */
    font-family: Arial, Verdana, sans-serif;
    color: #888;
}
body * {
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #888;
}
body * * {
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #888;
}
.image {
    margin-bottom: 10px;
}
img {
    background: url('loading.gif') no-repeat 50% 50%;
}
h1 {
    display: inline;
    margin: 0px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
h2 {
    display: inline;
    margin: 0px;
    font-size: 18px;
    font-weight: normal;
}
p {
    margin: 0px;
    text-align: justify;
}
strong {
    font-weight: normal;
    color: #fff;
}
hr {
    border-top: 1px dotted #888;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #000;
    width: 700px;
    margin-top: 50px;
    margin-bottom: 10px;
}
.hr {
    text-align: right;
    border-top: 0px;
    border-bottom: 1px dotted #888;
    border-left: 0px;
    border-right: 0px;
    width: 700px;
    margin-top: 50px;
    margin-bottom: 10px;
}
.linko a, a:focus {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
.linko a:hover, a:active {
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
    color: #fff;
}
.linko2 a, a:focus {
    font-size: 8px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
.linko2 a:hover, a:active {
    font-size: 8px;
    font-weight: normal;
    text-decoration: line-through;
    color: #fff;
}

