/* Text */
html, body {
font: .9em/1.1em Verdana, Tahoma, Arial, Helvetica, sans-serif;
color: #333;
}
table th, table td {
padding: 0;
border-spacing: 0;
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
font: bold italic small Georgia, Garamond, 'Times New Roman', Times, serif;
color: #333;
margin: .3em 0 .3em; /* top right-left bottom */
}
p, blockquote, ul, ol, dt, dd {
font: .9em/1.5em Verdana, Tahoma, sans-serif; 
color: #333; 
margin: .3em 0 .5em; /* top right-left bottom */
}
p {
text-indent: 1em;
text-align: justify;
}
blockquote {
font-style: oblique;
margin: .5em 0 1em; /* top right-left bottom */
}
blockquote cite {
font-weight: bold;
font-style: normal;
font-variant: small-caps;
}
dl.interview dt {
text-align: left;
font-weight: bold;
margin: .8em 0 -.5em; /* top right-left bottom */
}
dl.interview dd {
text-align: justify;
}
table.musicaFichaTecnica {
margin: 1.5em;
}
table.musicaFichaTecnica caption {
font-weight: bold;
text-align: left;
}
table.musicaFichaTecnica th {
font-size: .8em;
font-variant: small-caps;
font-weight: bold;
text-align: right;
vertical-align: top;
}
table.musicaFichaTecnica td {
text-align: left;
padding-left: 1em;
vertical-align: top;
}
.articleImgBox {
margin: .5em 1em; /* top-bottom right-left */
padding: .3em;
}
.articleImgBox p {
text-indent: 0;
font-size: 80%;
line-height: 1.1em;
margin: .2em 0 0; /* top right-left bottom */
}
.articleImgBox p.epigrafe {
font-weight: bold;
}
img {
margin: 5px;
border: 1px solid #333;
}
/* Links */
a:link {
color: #933;
text-decoration: underline;
}
a:visited {
color: #000;
text-decoration: underline;
}
a:hover {
color: #c33;
text-decoration: underline;
}