/***********************
 (c) 2002 E-side s.r.l. 
 ***********************/
 
/* Stile vuoto */


* {
    color: #FFFFFF;
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height:18px; 
}

body, html { 
    background-color: #262626;
    color:white;
}

h1, h2, h3, p {
    margin:0;
    padding:0;
}

/*td,p,body,input,textarea,select,li,ul {font-family: verdana;font-size: 11px;line-height:18px;}*/ 

.titolo1, h1 {
    font-family: arial,helvetica;
    font-size: 22px; 
    color: #CC0C00;
    font-weight:normal;
    margin-bottom:5px;
}

h2, .titolo2 {
    font-size: 16px;
    color: #FFFFFF; 
    font-weight:normal;
    margin-bottom:5px; 
} 

h3, .titolo3 {
    font-size: 13px;
    color:#FFFFFF;
    font-weight:bold; 
}

h1 {
    margin-top:5px;
}

p {
    margin-bottom:3px;
}

p.justify {
    text-align: justify;
}

.lightbox {
}

 
