﻿ h1 A
 { 
     color: #000000;
 }

a.biglinkDevil
{
    font-size: 1.2em;
    font-weight: bold;
    color: #fe5800;
    margin-right: 3em;
    display: inline-block;
    text-decoration:none;
}
a.biglinkDevil:visited
{
    font-size: 1.2em;
    font-weight: bold;
    color: #3A00CC;
    margin-right: 3em;
    display: inline-block;
    text-decoration:none;
}
a.biglinkDevil:active
{
    color: Yellow;
}
.bigarea
{
    vertical-align: middle;
    display: block;
    clear: both;
    margin-top: 1em;
}

.bigerror
{
    color: Red;
    display: block;
    font-weight: bold;
    font-size: x-large;
}

img.titleimg
{
    max-width: 600px;
    max-height: 600px;
    border: none;
    clear: both;
    display: block;
}

 #CenterMenu
{
    position: absolute;
    left: 50%;
    max-width: 550px;
    margin-top: 10px;
    margin-left: -266px;
    padding: 15px;
    border: 1px dashed #666690; /*    background-color: #eee; */
    background-image: url(stripe.png);
    background-repeat: repeat;
}

#CenterMenu a
{
     text-decoration:none;
    }
#CenterMenu a:hover
{
     text-decoration:none;
    }
#CenterMenu a:visited
{
     text-decoration:none;
    }    

#CenterMenu img
{
    border:none;
    }

div.menop
{
    position: absolute;
    left: 50%;
    max-width: 550px;
    margin-top: 10px;
    margin-left: -266px;
    padding: 15px;
    border: 1px dashed #666690; /*    background-color: #eee; */
    background-image: url(stripe.png);
    background-repeat: repeat;
    padding:1.5em;
    }

div.float
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    display: block;
    width: 12em;
    text-align:center;
}


imgmenu
{
    width:60px;
    height:60px;
    border:none;
    vertical-align: middle; 
    margin-right: 2em;
    }

.titcel{        
    float: left; 
    font-weight:bold; 
    padding-left: 5px;
    letter-spacing:0.3em;
    font-size:x-large;
    color: #295EA3; 
    font-family: Trebuchet MS, Lucida Sans, sans-serif;
}

.errori
{
    color: Red;
    font-size: large;
}
.diverrori
{
    border: 1px solid #FF0000;
    font-size: larger ;
    margin-bottom:1em;
    margin-top:1em;
}