
/* --------------------------------------- */
/* ----------- Common Styles ------------- */
/* --------------------------------------- */

body {
	background: #040404;
	margin: 0; 
	padding: 0;
	}
td	{
	font : normal 9px Tahoma, Verdana, Arial, sans-serif;
	color: #666;
	}

a:link, a:active, a:visited	{
	font : normal 9px Tahoma, Verdana, Arial, sans-serif; 
	color:#999;
	text-decoration:none;
	}
a:hover	{
	color:#fff;
	text-decoration:underline;
	}
