@charset "utf-8";
body {
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 0.771em;
	line-height: 1.5em;
	background-color: #000;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	padding: 0px;
	color: #000;
}

.content {
	background: #FFF url(body.jpg) top left no-repeat;
	margin-left: 0px;
	margin-right: 0px;
}

td.content {
	padding: 5px;
	margin-top: 10px;
}

h2.title span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration:none;
}