@charset "utf-8";
body {
  background-color:000000; 
 background-image:url(../images/main_bg_sm.png); 
 background-position:Top Center; 
 background-attachment:scroll; 
 background-repeat:no-repeat; 

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-shadow: 0.1em 0.1em 0.05em #333;
}
a {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-shadow: 0.2em 0.2em 0.3 em #000;
}
a:link {
	text-decoration: underline;
	text-shadow: 0.2em 0.2em 0.3 em #3C0;
}
a:visited {
	text-decoration: underline;
	color: #3C0;
	text-shadow: 0.2em 0.2em 0.3 em #000;
}
a:hover {
	text-decoration: underline;
	color: #3C0;
	text-shadow: 0.5em 0.5em 0.7 em #000;
}
a:active {
	text-decoration: none;
	color: #3C0;
	text-shadow: 0.2em 0.2em 0.3 em #000;
}
