/* RaceFlux.com */

/* Base styles */

*{
  margin: 0;
  padding: 0;
}

BODY {
  background: #000;
  margin: 0 auto;
  text-align: center;
  color: #e2e6e9;
  font-family: arial, verdana, sans serif;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

IMG {
	border: 0px;
}

TABLE {
  border: 0;
  border-spacing: 0;
}

P {
  font-size: 0.8em;
}

H1 {
  font-size: 1.2em;
  font-weight: bold;
}

H2 {
  font-size: 0.9em;
  font-weight: bold;
}

A:link, A:visited {
  text-decoration: none;
  font-weight: bold;
  color: #00a0d5;
}

A:hover, A:active {
  color: #FFF;
}

div.info {
  width: 540px;
  margin: 0 auto;
  text-align: left;
}