a:link {
	color: #ffffff;
	/*font-weight:bold;*/
}

a:visited {
	color: #ffffff;
	/*font-weight:bold;*/
}

a:hover {
	color: #dd0000;
	/*font-weight:bold;*/
}

a:active {
	color: #ffffff;
	/*font-weight:bold;*/
}

/*
 * Default HTML body values - comment this out if you use
 * your own settings!
 */
body {
background-color: #000000;
color: #ffffff;
font-family: Verdana, Arial, Helvetica, serif;
font-size: 14px;


}

/* ---------------------------- Tracker specific! ----------------------------- */
/*
 * The outer stats table (this will contain the inner table,
 * which will hold all of the stats)
 */
table  {
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-color: #ff0000;
	font-size: 14px;
	

}

table.invisible  {
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-color: transparent;
	font-size: 14px;
	
}


/*
 * The inner stats table, this one actually shows the torrent statistics
 */


/*
 * Used to format the 2 main cells the tables format in.
 */
td  {
	font-family: Verdana, Arial, Helvetica, serif;
	text-align: center;
	border-color: #000000;
	
	
}

th  {
	background-color: #ff0000; /*fond des titres*/
	color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, serif;
	text-align: center;
	font-size: 15px;
}

tr.lg_paire {
	background-color: #4ba083;
	color: #ffffff;
	padding: 5px;
}

tr.lg_impaire {
	background-color: #000000;
	color: #ffffff;
	padding: 5px;
}


td.logo
{
	background-color: #000000;
	margin: 0;
	padding: 0;
	color:#ffffff; /*site web et irc*/
	/*font-weight:bold;*/
	vertical-align: center;
	text-align: center;
	font-size: 18px;
}
