/*
Fonts fonts
*/
@font-face{
	font-family: "SPQR";
	src: url("http://evilalien.com/spqr.ttf");
}

/*-----------------------------------------------------------------------------

  Table

-----------------------------------------------------------------------------*/
* {
  padding:0;
  margin:0;
  list-style:none;
}

table {
	background:#FFF;
	border:0 none;
	border-color:#FFF;
	margin: 0;
  	padding: 0;
}

td {
  	font-family: "SPQR", "SPQR Windows", "Traditional Arabic", "Times New Roman", Times, serif;
	color:#666;
	font-size:.8em;
}

