body {
margin:0px;
padding:0px;
font-family: 'Comic Sans MS', Verdana, Arial;
color: white;
height: 100%;
font-size: 16px;
}

.bodyimg {
background-image: url(images/sfondo.jpg);
}

.carta {
background-image: url(images/carta.gif);
}

.bodyclr {
background-color: #000000;
}

h1 {
margin:10px 10px 15px 10px;
padding:0px;
font-size:36px;
line-height:28px;
font-weight:bold;
color:#ffff00;
}

h2 {
margin:10px 10px 15px 10px;
padding:0px;
font-size:20px;
line-height:28px;
font-weight:bold;
color:#ffff00;
}

h3 {
margin:10px 10px 15px 10px;
padding:0px;
font-size:28px;
line-height:28px;
font-weight:bold;
color:#ffffff;
}

p {
font-size: 16px;
font-family: 'Comic Sans MS', Verdana, Arial;
margin:10px 10px 16px 10px;
padding:0px;
color:red;
/* background-color:black; */
}

u {
cursor: auto;
}

button { 
background-color: transparent;
color: #0000FF;
font-family: Comic Sans MS;
border: 0px;
font-weight: bold;
font-size: 20px;
text-align: center;
line-height: 100%;
position: relative;
top: 0px;
left: 0px;
width: 140px;
height: 45px;
cursor: auto;
background-image: url('images/button.gif');
background-repeat: no-repeat;
}


.bianco {
color: #FFFFFF;
}

.evidenzia {
color:#00ffff;
}

.sopra {
color: #00FFFF;
}

.nero {
color: #000000;
}

.rosso {
color: #ff0000;
}

.blu {
color: #00c0ff;
}

.bluligth {
color: #0000ff;
}

.verde {
color: #aacc88;
}

.rossonero {
color: #ff0000;
background-color: #000000;
}

.verdenero {
color: #00ff00;
background-color: #000000;
}

.blunero {
color: #00c0ff;
background-color: #000000;
}

.biancorosso {
color: #ffffff;
background-color: #ff1010;
}

A {
font-weight: bold;
}
A:LINK {
color : #ffffff;
text-decoration: none;
font-weight: bold;
} 
A:VISITED {
color : #ffffff;
text-decoration: none;
font-weight: bold;
} 
A:HOVER {
color : #00FFFF;
text-decoration : none;
font-weight: bold;
} 
A:ACTIVE {
color : #0000FF;
text-decoration: none;
font-weight: bold;
} 

A.button {
font-weight: bold;
}
A:LINK.button {
color : #0000ff;
text-decoration: none;
font-weight: bold;
} 
A:VISITED.button {
color : #0000ff;
text-decoration: none;
font-weight: bold;
} 
A:HOVER.button {
color : #00FFFF;
text-decoration : none;
font-weight: bold;
} 
A:ACTIVE.button {
color : #00c0FF;
text-decoration: none;
font-weight: bold;
} 

A.piccolo {
font:12px Comic Sans MS, arial, helvetica, sans-serif;
font-weight: normal;
text-decoration : underline;
}
A:LINK.piccolo {
font:12px Comic Sans MS, arial, helvetica, sans-serif;
color : #000000;
font-weight: normal;
text-decoration : underline;
} 
A:VISITED.piccolo {
font:12px Comic Sans MS, arial, helvetica, sans-serif;
color : #000000;
font-weight: normal;
text-decoration : underline;
} 
A:HOVER.piccolo {
font:12px Comic Sans MS, arial, helvetica, sans-serif;
color : #000000;
font-weight: bold;
text-decoration : underline;
} 
A:ACTIVE.piccolo {
font:12px Comic Sans MS, arial, helvetica, sans-serif;
color : #000000;
font-weight: bold;
text-decoration : underline;
} 


.nounder {
text-decoration: none;
}

.under {
cursor: auto;
}

#head {
position:relative;
top:0px;
left:200px;
width:70%;
}

#logo
{
position:absolute;
top:0px;
left:0px;
width:200px;
height: 160px;
}

#menu {
position:absolute;
top:160px;
left:0px;
width:200px;
height: 100%;
}

#contents {
position:relative;
background-image:url(images/muro.gif);
top:10px;
left:200px;
width:100%;
/* height: 100%; */
/* border: 8 outset #cccccc; */
color: #ffffff;
border-right: #cccccc thick outset;
border-top: #cccccc thick outset;
border-left: #cccccc thick outset;
border-bottom: #cccccc thick outset;
}

#intonaco {
position:relative;
background-image:url(images/intonaco.jpg);
top:10px;
left:200px;
width:100%;
height: 100%;
/* border: 8 outset #cccccc; */
color: #000000;
color: #ffffff;
border-right: #cccccc thick outset;
border-top: #cccccc thick outset;
border-left: #cccccc thick outset;
border-bottom: #cccccc thick outset;
}

#carta {
position:relative;
background-image:url(images/carta.gif);
top:10px;
left:200px;
width:100%;
height: 100%;
/* border: 8 outset #cccccc; */
color: #000000;
color: #ffffff;
border-right: #cccccc thick outset;
border-top: #cccccc thick outset;
border-left: #cccccc thick outset;
border-bottom: #cccccc thick outset;
}



