@charset "UTF-8"; /*** TIPI DI FONTS DA UTILIZZARE ***/ @font-face { font-family: "Minion"; font-weight: normal; font-style: normal; src: url('../Fonts/MinionPro-Regular.otf'); } @font-face { font-family: "Minion"; font-weight: normal; font-style: italic; src: url('../Fonts/MinionPro-It.otf'); } @font-face { font-family: "Minion"; font-weight: bold; font-style: normal; src: url('../Fonts/MinionPro-Bold.otf'); } @font-face { font-family: "Minion"; font-weight: bold; font-style: italic; src: url('../Fonts/MinionPro-BoldIt.otf'); } /*** REGOLE DEFAULT PER OGNI PAGINA ***/ body { margin:3%; font-family: "Minion"; font-size: 100%; line-height: 1.2em; color: #000000; word-wrap: break-word; } p, h1, h2, h3, h4, h5, h6, blockquote, ul, li, tr, th, td, img { padding: 0; margin: 0; border: 0; font-style: normal; font-weight: normal; } h1, h2 { -webkit-hyphens:none; } a { text-decoration: none; color:#bd2716; } p { margin:0pt; text-indent:0em; text-align: justify; font-size: 1.00em; } p+p { text-indent:1.5em; text-align: justify; font-size: 1.00em; } a { color:#000000; text-decoration: underline } h1 { margin-top:1em; margin-bottom:2em; page-break-after:avoid; font-size: 1.80em; text-align: center; text-indent:0em; } h2 { margin-top:1em; margin-right:0em; margin-bottom:4em; margin-left:0em; page-break-after:avoid; font-size: 1.80em; text-align: center; text-indent:0em; } h3 { margin-top:2em; margin-bottom:2em; line-height:normal; page-break-after:avoid; font-size: 1.00em; text-align: center; text-indent:0em; } h4 { margin-top:2em; margin-bottom:2em; line-height:normal; page-break-after:avoid; font-size: .90em; text-align: center; text-indent:0em; } h5 { margin-top:2em; margin-bottom:2em; line-height:normal; page-break-after:avoid; font-size: .90em; text-align: center; text-indent:0em; } h6 { margin-top:2em; margin-bottom:2em; line-height:normal; page-break-after:avoid; font-size: .90em; text-align: center; text-indent:0em; } .title { margin-top:2em; margin-bottom:1.5em; page-break-after:avoid; font-size: 1.50em; text-align: center; text-indent:0em; } .subtitle { margin-top:2em; margin-bottom:1.5em; page-break-after:avoid; font-size: 1.00em; text-align: center; text-indent:0em; } .footnote { border-top: 0.5px; border-top-style: solid; border-top-color: black; padding-top:1em; width: 60%; font-size: .90em; margin-left:1em; text-indent:-1.5em; text-align: justify; page-break-before: always; } .quotations { margin-left:2.5em; margin-right:1em; text-indent:-1em; text-align: left; } .marginalia { font-size: .90em; margin-top:1em; margin-bottom:1em; margin-left:35%; text-indent:0em; text-align: justify; } .noindent { margin:0pt; text-indent:0em; text-align: justify; font-size: 1.00em; } .illustration { margin:0pt; margin-bottom:2em; text-indent:0em; text-align: center; font-size: .80em; font-style:oblique; } .left { text-align: left; } .center { text-align: center; text-indent:0em; } .right { text-align: right; } .bold { font-weight: bold; } .italic { font-style: italic; } .underline { text-decoration:underline; } .caption { margin-top:1em; margin-right:0em; margin-bottom:0.3em; margin-left:0em; page-break-after:avoid; font-size: 1.00em; text-align: center; color:#000000; } .floatleft { float:left; margin: 0.5em; padding: 2px; } .floatright { float:right; margin: 0.5em; padding: 2px; } .bordertop { border-top: 0.75pt solid black } .break { page-break-before: always; } hr { width: 70%; margin-left: 15%; } span.normal {font-style: normal;} span.linethrough {text-decoration: line-through} span.underline {text-decoration: underline} span.fakesmallcaps {font-size: .75em}