/* CSS Document */
body, td, th 
	{background-color: #000000; 
	cursor: default; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #FFFFFF;}
strong 
	{color: #FFFFFF;}

a:link 
	{background-color: transparent; 
	color: #FFCC00;
	text-decoration: underline;
	border-bottom: ;
	cursor: auto; }	
a:active 
	{background-color: transparent;
	color: #FFCC00;
	text-decoration:underline; 	
	border-bottom:;
	cursor: auto; }
a:visited 
	{background-color: transparent;
	color: #FF6600;
	text-decoration:underline; 
	border-bottom:;
	cursor: auto; }	
a:hover 
	{background-color: transparent;
	color: #FFFF00;
	text-decoration: underline; 
	border-bottom:;
	cursor: auto; }
a:visited:hover 
	{background-color: transparent;
	color: #FF9900;
	text-decoration: underline; 
	border-bottom:;
	cursor: auto; }
	
.footer
	{font-size: x-small;
	height: auto;}
	
.div
	{width: 680px;
	margin: auto; }
	

