body {
    background-image: url("/Sources/bg.jpg");
}
A.BLKtext:link { color: #000000; text-decoration: none}
A.BLKtext:active { color: #000000; text-decoration: none}
A.BLKtext:hover { color: #000000; text-decoration: underline}
.BLKtext {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:bold
}
A.sitetext:link { color: #000000; text-decoration: none}
A.sitetext:active { color: #000000; text-decoration: none}
A.sitetext:hover { color: #000000; text-decoration: underline}
.sitetext {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
A.redtext:link { color: #A90101; text-decoration: none}
A.redtext:active { color: #A90101; text-decoration: none}
A.redtext:hover { color: #A90101; text-decoration: underline}
.redtext {
	font-family: Tahoma;
	font-size: 12px;
	color: #A90101;
	text-decoration: none;
	font-weight:bold
}