@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000;
	line-height:18px;

}

table.main {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FF00FC;
}

a:link {
	color: #FFF;
	text-decoration:none;
}

a:visited {
	color: #FFF;
	text-decoration:none;
}

a:hover {
	color: #222;
	text-decoration:underline;
}

a:active {
	color: #999;
	text-decoration:none;
}
