@charset "utf-8";

body {
	background-color: #000;
	margin: 20px 0 0 0;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	letter-spacing: 0.2em;
}


a {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
