@charset "UTF-8";

/*
last edit 7.7.2025 pst
*/

@media screen {

body {
	color:#000;
	background-image:url('/godstory/bkd-multidark5.jpg');
	background-color:#000;
	font-style:normal;
	font-size:12px;
}

	a:link {
		color:#993333;
		background:none;
		text-decoration:none;
	}
	a:visited {
		color:#666699; /* Lavender */
		background:none;
		text-decoration:none;
	}
	a:hover {
		color:#ff0000;/* BrightRed */
		background:#f8dc00;/* Golden2 */
		text-decoration:none;
		font-weight:normal 
	}
	a:active {
		color:#ff00ff;
		background:none;
		text-decoration:underline;
	}

	a.homenavbar:link {
		font-size:12px;
		color:#fff;
		background:none;
		text-decoration:none;
	}
	a.homenavbar:visited {
		font-size:12px;
		color:#fff;
		background:none;
		text-decoration:none;
	}
	a.homenavbar:hover {
		font-size:12px;
		color:#ff0000;/* BrightRed */
		background:#f8dc00;/* Golden2 */
		text-decoration:none;
		font-weight:normal 
	}
	a.homenavbar:active {
		font-size:12px;
		color:#fff;
		background:none;
		text-decoration:underline;
	}

p.langlist {
	font-size:12px;
	color:#000;
	background:none;
	text-decoration:none;
}

div.langlist {
	font-size:12px;
	color:#000;
	background:none;
	text-decoration:none;
}

p.pagetitle {
	font-size:28px;
	color:#680000;
	background:none;
	font-weight:bold;
}

} /* end default media screen */