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

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #508EBD;
}
a:active {
	text-decoration: none;
	color: #508EBD;
}

.txt_cont {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
.txt_tit {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #335A79;
}
.txt_footer {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #999999;
}
ul {
	color: #335A79;
	list-style-type: square;
}
