body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	font-style: normal;
	letter-spacing: 0.1em;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

.txt h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #111111;
	font-stretch:normal;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	letter-spacing: 0.2em;
}

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

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

a:hover {
	text-decoration: none;
	font-weight:bolder;
	font-size:larger;
	color: #cc0000;
}

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

#main-table {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}

