@charset "UTF-8";

/*
last edit 7.7.2025 pst
*/

@media screen {

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

p.pagetitle {
	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;
		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;
		}

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

} /* end default media screen */