/* CSS page008 www.ildeltadellaluna.net */

a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
        font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #0000ff;
}
.contenuto {
        font-family:Verdana, Helvetica, sans-serif;
        color:#000080;
}
.libro  {
        color:#000080;
}        
.didascalia  {
        font-family:Courier new, courier, monospace;
        color:#3b539d;
        font-weight: bold;
        font-size: small;

}
.hrsmall {
        color:#3b539d;
        height:1px;
}
.circle { 
        list-style-type:circle; color:#0000ff 
}
.sublink  {
        font-weight: bold;
        font-style: italic;
        color:#3b539d;
}