.text {
	font-family: tahoma;
	font-size: 10px;
	color: #5A5A5A;
}

.textC_under {
	font-family: tahoma;
	font-size: 10px;
	color: #5A5A5A;
	text-decoration: underline;
}

.links {
	font-family: tahoma;
	font-size: 10px;
	color: #0066FF;
	text-decoration: none;
}

a.links:hover {
	color: #CC0000;
}

body {
	background-color: #333333;
	margin-top: 0px;
}
.linksblack {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.linksblack:hover {
	color: #660000;
	text-decoration: underline;
}

.black {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

.bluelink {
	font-family: tahoma;
	font-size: 12px;
	color: #0066FF;
	text-decoration:none;
}