@charset "UTF-8";

/*
last edit 7.7.2025 pst
*/

@media screen {

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

span.smalltext {
	font-size:85%;
}

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

	a.homenavbar {}
		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;
			background:#f8dc00;
			text-decoration:none;
			font-weight:normal;
		}
		a.homenavbar:active {
			font-size:12px;
			color:#fff;
			background:none;
			text-decoration:underline;
		}

p.langlist,
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 */