@charset "utf-8";
/* CSS Document */

h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFCC99;
	text-decoration: none;
}

body {
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	background-color: #000;
	text-align: left;
}
a img {
text-decoration: none;
border: none;
}
a {
text-decoration: none;
}

a:link {text-decoration: none; color: #CCC;}
A:visited {color: #CCC;}

