/*css reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
}
ol, ul, u li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* IE6 */
* html ul{
  height: 1%;
}
/* IE7 */
*:first-child + html ul{
  min-height: 1%;
}

/* aggiunte */
abbr {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
}
/* fine aggiunte */