body
	{
		margin: 0;
		text-align: center;
		background: #333;
		font-family: verdana, sans-serif;
		font-size: 11px;
		line-height: 18px;
		color: #333;
	
	}

a
	{
		color: #c33;
		text-decoration: none;
	}

a:hover
	{
		text-decoration: underline;
	}

a:active
	{
		color: #900;
		text-decoration: underline;
	}

a:visited
	{
		color: #c33;
		x-color: #f90;
	}
	
a.nav_link
	{
		color: #c33;
		text-decoration: none;
		font-family: helvetica, sans-serif;
		font-size: 11px;
	}

a.nav_link:hover
	{
		text-decoration: underline;
	}

a.nav_link:active
	{
		color: #900;
		text-decoration: underline;
	}

a.nav_link:visited
	{
		color: #f90;
	}	


h1
	{
		color: #f90;
		font-size: 16px;
		font-weight: bold;
	}
	
h2
	{
		color: #8F8F8F;
		font-size: 14px;
		font-weight: bold;
	}

.stats
	{
		font-size: 10px;
	}

.copyright
	{
		clear: all;
		color: #000;
		text-align: center;
		font-size: 10px;
		padding: 2px 0;
	}