@charset "utf-8";
/* CSS Document */
body {
	background-color: #212121;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: "Gill Sans MT", Tahoma, Verdana, Arial;
	text-transform:capitalize;
	font-size:x-small;
	color:#FFFFFF;
	font-variant: small-caps;
	text-align:center;
}
li {
/*list-style-image: url (../_images/dot_y.gif);*/
list-style-type: square;
color:#FFCC00;
}
title {
color:#FF9900;
}
.testo {
	color:#FFFFFF;
	letter-spacing: 1px;
}
a {
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing:0.2em;
}
a:hover {
color:#FFCC00;
}

#btn_right {
background:url(../_images/btn_rgt.gif) no-repeat;
}
#btn_left {
background:url(../_images/btn_lft.gif) no-repeat;
}
#btn_center {
background:url(../_images/btn_ctr.gif) no-repeat;
}
#grid {
margin-top:30px;
}
  
#grid #history {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	font-family: "Gill Sans MT", Tahoma, Verdana, Arial;
	font-size: x-small;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align:left;
	font-weight:bold;
}
#grid #history .title {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	font-family: "Gill Sans MT", Tahoma, Verdana, Arial;
	font-size: x-small;
	font-variant: small-caps;
	color:#FF9900;
	text-align:left;
	font-weight:bold;
}
