body
	{
	background-attachment : scroll;
	background-image : url(../images/bg.gif);
	background-color : #000000;
	background-position : top left;
	background-repeat : repeat;
	font-size : xx-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #6699CC;
	}

H1 	{
  	text-align: center;
  	color: #6699CC;
  	font-family: sans-serif;
	}


a 
	{
	color : #6699CC;
	text-decoration : underline;
	font : x-small Verdana Geneva Arial Helvetica sans-serif;
	}

a:visited
	{
	color : #999999;
	}

a:active
	{
	color : #99CCFF;
	}

a:hover 
	{
	color : #99CCFF;
	}


/* Style Sheet for FLstat v1.2 */

/* table rows */


/* the very last table row  */
TR.footer {
  background-color: #BBBBFF;
  color: navy;
}

/* characters that have been recently active */
TR.active {
  background-color: #BBBBFF;
}

/* characters that have been detect as cheaters */
TR.suspect {
  background-color: #FFBBFF;
}

/* table header cells (used for top table row)*/
TH {
  background-color: navy;
  color: white;
  font-family: sans-serif;
  font-size: x-small;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* table data cells */
TD {
  font-family: sans-serif;
  font-size: x-small;
  padding-right: 4px;
  padding-left: 4px;
  text-align: center;
}

/* the rest of the styles define the table data cells for each column */
TD.pos {
  text-align: center;
}

TD.name {
  text-align: left;
}

TD.group {
  text-align: left;
}

TD.rank {
  text-align: center;
}

TD.money {
  text-align: center;
}

TD.kills {
  text-align: center;
}

TD.time {
  text-align: center;
}

TD.missions {
  text-align: center;
}

TD.failed {
  text-align: center;
}

TD.systems {
  text-align: center;
}

TD.bases {
  text-align: center;
}

TD.holes {
  text-align: center;
}

TD.login {
  text-align: left;
}



/* --- the end --- */
