/*
 * default style
 * Daniele Canteri, 2000
 * comments: canteri@hotmail.com
 */

a {}
a:link { color: blue}
a:visited {}
a:active { color: green}
a:hover {color: #0066ff;text-decoration:underline}

/* i link nei titoli */

a.linktitoletti {color: white; text-decoration: none}
a.linktitoletti:link {}
a.linktitoletti:visited {color: white}
a.linktitoletti:active {}
a.linktitoletti:hover {color: aqua; text-decoration: none}

/* il link per il dibattito */

a.linknullo {color: black; text-decoration: none}
a.linknullo:link {}
a.linknullo:visited {color: black}
a.linknullo:active {}
a.linknullo:hover {color: silver; text-decoration: none}



body {background-color: white; color: black; font-size: medium }



p {margin-top: 0; margin-bottom: 0}

p.noindent {margin-top: 0; margin-bottom: 0; text-indent: 0; text-align: justify}

p.indent {margin-top: 0; margin-bottom: 0; text-indent: 2ex; text-align: justify}


p.titolo {font-size: xx-large; font-weight:bold; text-align:center}

p.sottotitolo {font-size : large; font-weight: bold; text-align: center}

p.sottotitolo2 {font-size : medium; font-weight: bold; text-align: center}

p.sottotitolo3 {font-size : small; font-weight: bold; text-align: center}



p.titolettorosso {color: white; font-weight: bold; background-color: red; text-align: center; margin-bottom: 10}

p.titolettomaroon {color: white; font-weight: bold; background-color: maroon; text-align: center; margin-bottom: 10}

p.titolettoyellow {color: white; font-weight: bold; background-color: yellow; text-align: center; margin-bottom: 10}

p.titolettogreen {color: white; font-weight: bold; background-color: green; text-align: center; margin-bottom: 10}


p.titolonerosso {font-size:x-large; color: white; font-weight: bold; background-color: red; text-align: center; margin-bottom: 10}

p.titolonegreen {font-size:x-large; color: white; font-weight: bold; background-color: green; text-align: center; margin-bottom: 10}

p.titolonemaroon {font-size:x-large; color: white; font-weight: bold; background-color: maroon; text-align: center; margin-bottom: 10}



p.autore {font-style: italic; margin-bottom: 5}

p.autore_centro {font-style: italic; margin-bottom: 5; text-align: center}
