/* struttura */

html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7d7d7d;
	padding: 0;
	margin: 0;
}
#header {
	background-color: #323232;
	color: #ffffff;
	padding: 0 5px;
}
#footer {
	border-top: 3px solid #bf0013;
}
#footer p {
	font-size: 10px;
	padding: 5px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #7d7d7d;
}
a:hover {
	text-decoration: underline;
	color: #bf0013;
}
.active {
	color: #bf0013;
}
ul {
	list-style-type: square;
}
#contenuti {
	font-size: 11px;
}
#contenuti {
	padding: 5px;
}
#payoff {
	font-style: oblique;
	padding: 0 5px;
}
h1 {
	margin: 0;
	padding: 12px 0;
}
h2 {
	color: #bf0013;
	font-size: 22px!important;
}
h3 {
	color: #bf0013;
	font-size: 16px!important;
}
.news-single {
	background-color: #cccccc;
	color: #323232;
	padding: 5px;
	margin-bottom: 5px;
}
#welcome-ul {
	list-style-type: none;
}
#payoff-grey {
	color: #999999;
	font-size: 12px;
}
#payoff-red {
	color: #bf0013;
	font-size: 18px;
}

/*pager*/

#pager {
   text-align: left;
   margin: 20px 0px 20px 20px;
}

#pager li {
   display: inline;
   	float:left;
}

#pager a {
   font-size: 10px;
   display: inline;
   font-weight: normal;
   padding: 2px 7px;
   text-decoration: none;
   margin-right: 3px;
}

#pager .active {
   color: #bf0013;
}

#pager a:visited
{
		color: #7D7D7D;
}

#pager a.active {
   color: #bf0013;
}


#pager a:hover {
   color: #bf0013;
}
