@charset "utf-8";
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.padding4x4 {
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
}
.center {
    text-align: center;
}
.page_tittle {
    font-size: large;
    text-align: center;
    color: #FF0004;
    font-weight: bold;
    background-color: #FFFD00;
    font-family: "Comic Sans MS";
}
.sub_tittle {
    text-align: left;
    color: #FFFD00;
    font-weight: bold;
    text-indent: 8px;
    font-size: large;
}
.sub_tittle-red {
    text-align: left;
    color: #FF0000;
    font-weight: bold;
    text-indent: 8px;
    font-size: large;
}
.for_green_backg_standard_paragraph {
    text-align: justify;
    color: #FFFFFF;
    text-indent: 8px;
}
.for_white_backg_standard_paragraph {
    text-align: justify;
    color: #000000;
    text-indent: 8px;
}
.for_green_backg_normal_paragraph {
    text-align: justify;
    color: #FFFFFF;
}
.for_white_backg_normal_paragraph {
    text-align: justify;
    color: #000000;
}
.underline {
    text-decoration: underline;
}

.menu_tittle {
    font-size: large;
    text-align: center;
    color: #FF0004;
    font-weight: bold;
    background-color: #FFFFFF;
}
.menu_sub_tittle {
    font-size: medium;
    text-align: center;
    color: #FF0004;
    font-weight: bold;
    background-color: #FFFFFF;
}
.link {
    color: #0005FF;
    font-weight: bold;
    font-size: medium;
    text-align: center;
}
.sfondo_a_quadretti   {
    background-image: url(../images/backgrounds/seamless%20texture/quadretti.jpg);
    background-repeat: repeat;
}
