/*
giallo: #ffff00
*/



* {	margin:0;padding:0;}
html {font-size: 100%;}
body {font-size: 75%; /*font-size: 12px;*/
	font-family: Helvetica,Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	color:#363636;
}

h1,h2,h3,h4,h5,h6 {font-weight: normal;}

h1 {font-size: 2.4em;font-weight:bold;text-transform:uppercase;margin-bottom:20px;}
h2 {font-size: 2em;margin-bottom:5px;text-transform:lowercase;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;margin-bottom:20px;}
h5 {font-size: 1em;font-weight:bold;margin-top:20px;}
h6 {font-size: 1em;}

img {border: 0;}

p {margin: 0 0 15px 0;}

ul{
	margin-left:20px;
	list-style-position:outside;
	list-style: disc;
	line-height:2em;
}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}

.float-left {float:left;}
.float-right {float:right;}

.clear {clear: both;}
