
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
table {
    border-collapse: separate;
    border-spacing: 0px;
}
body{
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: "Source Sans Pro",Arial,Helvetica,Garuda,sans-serif;
	font-size: 14px;
	text-align: left;
	color: #4d4d4d;
	width: 100%;
	line-height: 1.5;
}
img{
	border:0;
	outline: none;
}
a{
	font-family: "Source Sans Pro",Arial,Helvetica,Garuda,sans-serif;
	font-size: 14px; 
	text-decoration: none; 
	cursor: pointer;
	color: #010069;
	outline: none;
}
a:hover{
	text-decoration: underline;
}
.clear, .cleaner{
	clear: both;
}
.center{
	text-align: center;
}
.pagewidth{
	width: 96%;
	padding: 30px 2%;
}
table.lista_gp{
	margin: 20px 0;
	text-align: center;
	width: 100%;
}
table.lista_gp td{
	text-align: center;
}
table.lista_gp td a{
	color: #4d4d4d;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
table.lista_gp td a:hover{
	color: #336699;
}
#grandprix h1{
	text-align: center;
	margin-bottom: 20px;
}
table.grandprix{
	width: 100%;
	border: 1px solid #4d4d4d;
	border-collapse: collapse;
}
table.grandprix th{
	padding: 5px 5px;
	border: 1px solid #4d4d4d;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}
table.grandprix td{
	padding: 5px 5px;
	border: 1px solid #4d4d4d;
	border-collapse: collapse;
}
table.grandprix td.right{
	text-align: right;
}
.logo{
	margin: 20px auto;
	text-align: center;
}
.logo img{
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}

#facebook{
	margin: 10px auto;
	text-align: center;
}
#facebook a{
	display: inline-block;
	width: 100px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	background: #01538f;
	transition: all 0.1s ease-in;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#facebook a i{
	color: #fff;
	font-size: 40px;
	vertical-align: middle;
	text-align: center;
	transition: all 0.1s ease-in;
}
#facebook a:hover{
	background: #4d4d4d !important;
}
#facebook a:hover i {
	color: #fff !important;
}
