﻿body {
    margin: 10px 15px 10px 50px;
    font-family: Verdana, Arial;
    background-image: url('background.jpg');
    background-repeat: repeat-y;
    cursor: default;
}

p {
    margin-top: 0cm;
    margin-bottom: 0cm;
}

table {
    font-size: smaller;
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
}

.Header {
    margin: 0px;
    padding: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    background-color: #6699CC;
    border-style: outset;
    border-width: thin;
    text-align: center;
    width: 100%;
    font-size: larger;
}

.Bottone {
    margin: 0px;
    padding: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    background-color: #6699CC;
    border-style: outset;
    border-width: thin;
    text-align: center;
}

.Testo {
    padding: 3px 10px 3px 10px;
    border-style: outset;
    border-width: thin;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.Footer {
    margin: 0px;
    padding: 5px 5px 10px 5px;
    color: white;
    background-color: #6699CC;
    border-style: outset;
    border-width: thin;
    text-align: center;
    width: 100%;
}

    .Footer a {
        color: white;
    }

.warning {
    font-weight: bold;
    color: #FF0000;
}

.LargeSize {
    margin: 0px 0px 4px 0px;
    font-size: 2.2em;
}
