
html {

	background:url(logo.png) #999999;

}

body { 
	
	background-color: #FFFFFF;
	position: relative;
	margin: auto;
	width: 950px;
	border: 1px solid #000000;
	margin-bottom: 25px;
	margin-top: 25px;
	font-family: Verdana;
	font-size: 0.8em;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: #1D3B73;
}

select, input{    border: 1px solid #2f6fab;  
    color: Black;
    font-size: 8px;
    padding: 1px;
   }
   
input{
	 text-align: center;
}

table{
  border: 1px solid #747473;
  background: #CBCBCA;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Verdana;
  font-size: 0.8em;
}

table.statentry{
   
  text-align: center;
   
}

th{
  
  text-align: center;


}


table.char{
	text-align: center;
}

table.tu{
	text-align: center;
}

table.sc{
	text-align: center;
}

table.gp{
	text-align: center;
}

table.stats{
	text-align: center;
}

table.saves{
	text-align: center;
}
table.att{
	border-spacing: 0px;
	text-align: center;
}
table.ts{
	border-spacing: 0px;
	text-align: center;
}

table.traits{

}

p.thanks{

	text-align: center;
	
}

p.download{
	text-align: center;
	font-size: 0.6em;
	
}
