@charset "ISO-8859-1";
/* CSS Document */
  body 		{
  			text-align: center;
  			font-family: "Trebuchet MS", Georgia, Serif;
  			font-size: large;
 			color: #800000;
  			background-image: url(imgs/camo.jpg);
  			background-position: top center;
 			margin-top: 50px;
  			margin-left: auto;
  			margin-right: auto;
   			}
.inner {
	width: 700px;
	margin: auto;
}

  
  .wrapper	{
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(imgs/buffbkgrnd.jpg)
			}
  
  table 	{
  			font-size: 14pt;
			margin-right: auto;
			margin-left: auto;
			padding: 20px;
			align: center;
			width: 800px;
			}
  a:link 	{
	text-decoration: underline;
	color:#003399;
}
a:visited {
	color: #9966FF;
	text-decoration: underline;
}
  
  a:hover 	{text-decoration: none; color:#FF0080;}
  
  h1		{
  			font-family: StageCoach, "Trebuchet MS", Verdana;
  			font-size: xx-large;
			color: #000000;
			text-align: center;
			}
			
#player		{text-align: center;}
  .footer	{
  			text-align: center;
			}
			
  ol		{
  			text-align: left;
			}
			
  img		{
  			border: none;
			}
