/* RESET CSS */

html, body, div, p, span, 
h1, h2, h3, h4, h5, h6, 
blockquote, pre, a, abbr, acronym, address, big, cite, code,
img,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
iframe, ins {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	line-height:1;
	list-style:none;
	letter-spacing:1px;
	color:#222;
}

@font-face {
    font-family: 'FL';
    src: url('../Caratteri/FL.eot');
    src: url('../Caratteri/FL.eot?#iefix') format('embedded-opentype'),
         url('../Caratteri/FL.woff') format('woff'),
         url('../Caratteri/FL.ttf') format('truetype'),
         url('../Caratteri/FL.svg#FL') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FLB';
    src: url('../Caratteri/FLB.eot');
    src: url('../Caratteri/FLB.eot?#iefix') format('embedded-opentype'),
         url('../Caratteri/FLB.woff') format('woff'),
         url('../Caratteri/FLB.ttf') format('truetype'),
         url('../Caratteri/FLB.svg#FL') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FL2';
    src: url('../Caratteri/FL2.eot');
    src: url('../Caratteri/FL2.eot?#iefix') format('embedded-opentype'),
         url('../Caratteri/FL2.woff') format('woff'),
         url('../Caratteri/FL2.ttf') format('truetype'),
         url('../Caratteri/FL2.svg#FL') format('svg');
    font-weight: normal;
    font-style: normal;
}

img { 
	border:none; 
	vertical-align:bottom; 
}

body { 
	background:#000 url('../Immagini/Sfondo Carta.jpg ') fixed;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	background: url('../Immagini/juta2.jpg');
	color:#000;
	font-family: "FL", serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	border:solid 1px;
	border-color:#222;
	border-radius:0;
	padding:5px;
}
/* Fine RESET */
