@import url("struttura.css");



body {
	text-align: center;
}

body {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #DAA520;
	background-image: url(../img/sf.jpg);
	
}

p {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	color:#ffd700;
}

/* Link
---------------------------------------------------------------------*/
a:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFD700;
	background: transparent;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFD700;
	background: transparent;
}

a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: rgb(158,0,0);
	background: transparent;
	/*border-bottom: 1px dotted #ffd700;*/
}

a:active{
	font-weight: bold;
	text-decoration: none;
	color: Fuchsia;
	background: transparent;
}



img  {
	display:block;
	border: 0;
	
}



/* Lists
---------------------------------------------------------------------*/
ul{
		list-style: square url(sa.gif) inside;

}


ul li {
	
   font-weight: bold;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-style: italic;
}

dt {
	font-weight: bold;
	margin-bottom: 5px;
}

dd {
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 100%;
}

/* Forms
---------------------------------------------------------------------*/

fieldset {
	border: 0px none #fff ;
	padding: 0px;
	margin: 0px;
}





/* Headers
---------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family:  Verdana,"Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	color: rgb(158,0,0);
	background-color: transparent;
	font-size: 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(158,0,0);
	background-color: transparent;
	font-size: 16px;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

pre{
	font-size: 16px;
	font-weight: bold;
}



.cursor {
 cursor: url(img/z.cur);
 }




