/*----------------------------
  JUSTINAFLASH.com

By Vito Minchilli / Webway - Campobasso (Italy)

Known issue workarounds:
- inline comment: use //comment (without spaces)
- sub tags (table td, th etc). Define specific style for the sub tag (example: td:)

----------------------------*/


/*----------------------------
  HTML & BODY  
----------------------------*/

html, body { 
margin: 10px 0px 0px 0px;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
color: #000000;
font-size: 14px;
line-height: 23px;
}

/*----------------------------
  TITLES
----------------------------*/

h1 {
margin:0px;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
font-size: 26px;
line-height: 48px;
font-weight: bold;
text-align: center;
color: #1D6AB8;
}

h2 {
margin:0px;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
font-size: 19px;
line-height: 30px;
font-weight: bold;
color: #FFAA00;
text-align: center;
line-height: 36px;
}

h3 {
margin:0px;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
font-size: 19px;
line-height: 30px;
font-weight: bold;
color: #F27022;
text-align: center;
}

h4 {
margin:0px;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
font-size: 19px;
line-height: 30px;
font-weight: bold;
color: #018751;
text-align: center;
}

h5 {
margin:0px;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
font-size: 16px;
line-height: 36px;
font-weight: bold;
color: #F27022;
text-align: left;
}

h6 {
margin:0px;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
font-size: 16px;
line-height: 36px;
font-weight: bold;
color: #018751;
text-align: left;
}

span.rosso {
font-weight:bold;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
color: #CC0033;
}

span.verde {
font-weight:bold;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
color: #018751;
}

span.giallo {
font-weight:bold;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
color: #FFAA00;
}

span.blu {
font-weight:bold;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
color: #1D6AB8;
}

span.arancione {
font-weight:bold;
font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
color: #F27022;
}

