@charset "UTF-8";

/*
last edit 7.7.2025 pst
*/

@media screen {

body {
	font-family:Arial,Helvetica,Geneva,Swiss,sans-serif;
	color:#000;
	background:url('/godstory/bkd-multidark5.jpg');
	font-style:normal;
	font-size:12px;
}

p.pagetitle {
	font-family:Arial,Helvetica,Swiss,Geneva,Sans-Serif;
	font-size:28px;
	color:#680000;
	background:none;
	font-weight:bold;
}

	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;
	}
	a:active {
		color:#ff00ff;
		background:none;
		text-decoration:underline;
	}

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

p.langlist,
div.langlist {
	font-size:12px;
	color:black;
	background:none;
	text-decoration:none;
}

} /* end default media screen */