html,body {
    height: 98%;
}
body {
    color: #ffffff;
    background-color: #000000;
    font-family: "Lucida Console", arial, helvetica, sans-serif;
    font-size: 10px;
}
img { border: none; vertical-align: middle; }
hr { display: none; }
h4 { 
    text-align: center;
    font-family: "Lucida Console", arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
}
h5 { 
    text-align: center;
    font-family: "Lucida Console", arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
}
#menu {
    position: relative;
    height: 40px;
    width: 690px;
    padding-top: 8px;
    font-family: "Lucida Console", arial, helvetica, sans-serif;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px dotted #ffffff;
    text-align: center;
}
#footer {
    width: 100%;
    position: absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
}
#logo {
    float: left;
}
a:link {
    color : #ff0000;
    text-decoration : none;
}
a:visited {
    color : #ff0000;
    text-decoration : none;
}
a:hover {
    color : #ffffff;
    text-decoration : underline;
}
#body {
    position: relative;
    width: 800px;
    height: 100%;
    -font-family: "Lucida Console", arial, helvetica, sans-serif;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}
div.canifici {
    width: 100%;
    position: relative;
    font-family: "Lucida Console", arial, helvetica, sans-serif;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px dotted #ffffff;
}
div.sezioni {
    text-align: center;
    font-family: "Lucida Console", arial, helvetica, sans-serif;
    font-size: 16px;
    color: #ff0000;
}
img.loghi {
    float: right;
    margin: 0 1em 1em 1em;
}
p.importante {
    font-family: "Lucida Console", arial, helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #ff0000;
}
div.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
