/* css data */

body
	{
	background-color:#000;
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	}
	
body, p, table, tr, td
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555;
	line-height:1.8em;
	}


/* links */	
	
a:link
	{
	text-decoration:none;
	color:#666;
	font-weight:bold;
	}
	
a:visited
	{
	text-decoration:none;
	color:#666;
	font-weight:bold;
	}
	
a:hover
	{
	text-decoration:underline;
	color:#666;
	font-weight:bold;
	}
	
a:active
	{
	text-decoration:none;
	color:#666;
	font-weight:bold;
	}
