BODY {
    font-family: arial;
    background-color: #B1C5C4;
}
IMG {
    border: none;
    vertical-align: middle;
}
TABLE {
    border-width: 0px;
    border-collapse: collapse;
}
H1 {
    font-size: 24px;
    font-variant: small-caps;
    font-family: Arial;
    text-align: center;
    width: 98%;
    background-color: #285848;
    color: #B1C5C4;
}
DIV.nome {
    text-align: center;
    font-family: Helvetica;
    font-weight: bold;
}
.framed P {
    font-size: 16px;;
    text-align: justify;
}
SPAN.marcato {
    font-style: italic;
}
/*
    Scheda elettorale
*/
TABLE.scheda_elettorale {
    width: 290px;
    border-collapse: collapse;
    padding: 0;
    background-color: #CBCFC3;
}
TABLE.scheda_elettorale TD {
    width: 180px;
    padding: 5px;
}

TABLE.scheda_elettorale TD.partito {
    border-top: solid black 1px;
    border-right: solid black 1px;
    border-bottom: solid black 1px;
    vertical-align: center;
}
TABLE.scheda_elettorale TD.esterna{
    border-right: solid black 1px;
    height: 17px;
}
SPAN.voto {
    margin-left: 10px;
    font-family: arial;
    font-weight: bold;
    font-size: 40px;
}
P.avviso {
    font-size: 12px;
    background-color: #c0f0e0;
    padding: 3px;
}
A {
    font-size: 14px;
}
DIV.adobe A {
    font-size: 10px;
}
P.download {
    font-size: 14px;
}
