a:link,visited,hover,active {
    color: #AA0101;
}

body, td, div, p, b, ul, li, dt, dd {
    font-family: verdana, arial, sans-serif;
    color: black;
    scrollbar-base-color: ivory;
    scrollbar-track-color: ivory;
    scrollbar-arrow-color: #AA0101;
}

body {
    background: url(img/bambini_logo_sfondo.png) fixed;
}

input, textarea {
    font-family: verdana, arial, sans-serif;
}

p, li, dd {
    /* text-align: justify; */
    font-size: 0.9em;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

dt {
    font-size: 0.9em;
    font-weight: bold;
}

.pagina {
    width: 800px;
    background: white;
    border: solid black 2px;
    padding: 5px;
}

.inPagina {
    width: 760px;
    background: white;
    border: solid black 1px;
}

.titolo1 {
    text-align: left;
    color: white;
    background: #AA0101;
    font-size: 1.0em;
    font-weight: bold;
}

.titolo2 {
    text-align: left;
    color: white;
    background: #FF9900;
    font-size: 1.0em;
    font-weight: bold;
}

.titolo3 {
    text-align: left;
    color: #AA0101;
    background: #FFFF00;
    font-size: 1.0em;
    font-weight: bold;
}

.titolo4 {
    text-align: left;
    color: #AA0101;
    background: #33FF00;
    font-size: 1.0em;
    font-weight: bold;
}

.titolo5 {
    text-align: left;
    color: white;
    background: #0099FF;
    font-size: 1.0em;
    font-weight: bold;
}

.titolo6 {
    text-align: left;
    color: white;
    background: #FF0066;
    font-size: 1.0em;
    font-weight: bold;
}

.titolo7 {
    text-align: left;
    color: white;
    background: #990066;
    font-size: 1.0em;
    font-weight: bold;
}

.medio {
    font-size: 0.8em;
}

.piccolo {
    font-size: 0.7em;
}

.border1 {
	border: 1px solid #AA0101;
	padding: 0px; 
    margin: 7px;
}
