﻿/* ******************************************************************************************** CLASSI AUTONOME PER IL TESTO */
@font-face {
    font-family: 'helv';
    font-style: normal;
    font-weight: normal;
    src: local('HelveNueThin'), url('HelveticaNeueThn_1.eot') format('embedded-opentype');
    src: local('HelveNueThin'), url('HelveticaNeueThn_1.svg') format('svg');
    src: local('HelveNueThin'), url('HelveticaNeueThn_1.woff') format('woff');
    src: local('HelveNueThin'), url('HelveticaNeueThn_1.ttf') format('truetype');
}
@font-face {
    font-family: 'blacksword';
    font-style: normal;
    font-weight: normal;
    src: local('Dhanikans Signature 2'), url('Dhanikans Signature 2_dafont.eot') format('embedded-opentype');
    src: local('Dhanikans Signature 2'), url('Dhanikans Signature 2_dafont.svg') format('svg');
    src: local('Dhanikans Signature 2'), url('Dhanikans Signature 2_dafont.woff') format('woff');
    src: local('Dhanikans Signature 2'), url('Dhanikans Signature 2_dafont.ttf') format('truetype');
}
@font-face {
    font-family: 'segoe';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI'), url('segoeui.eot') format('embedded-opentype');
    src: local('Segoe UI'), url('segoeui.svg') format('svg');
    src: local('Segoe UI'), url('segoeui.woff') format('woff');
    src: local('Segoe UI'), url('segoeui.ttf') format('truetype');
}
.helv {
    font-family: 'helv', arial, serif;
}
.blacksword {
    font-family: 'blacksword', arial, serif;
}
.segoe {
    font-family: 'segoe', arial, serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'helv', arial, serif;
    font-weight: lighter;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
p, ol, ul {
    font-family: 'segoe', arial, serif;
    font-size: 1em;
    line-height: 1.6em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    color: #000000;
    letter-spacing: 0.07em;
}
ul > li > ul {
    font-size: 1em;
    line-height: 1.8em;
    list-style-type: circle;
    margin-bottom: 0;
}
ol, ul {
    margin-left: 20px;
}