@charset "utf-8";
/*
	Films for Christ Web site
	Last edit 7.7.2025 pst
*/

@media screen {

body {
	background:#333;
	padding:10px;
}

#pagewrapper {
	max-width:1200px;
	margin:0 auto !important;
	float:none !important;
	background:#fff;
	border:none;
}

table {border-collapse:collapse;}
tr {vertical-align:top;}


a,
a:link,
a:visited,
a:active {
	color:#000;
	border-bottom:2px solid #a7c6e5;/* TrustBlue */
	text-decoration:none !important;
}

blockquote,
blockquote p,
blockquote a {
	font-family:Lora,Georgia,'Times New Roman',Times serif;
}

h1,
h1 a:link,
h1 a:visited,
h1 a:active {
	color:#558aaa;
}

h1,
h1 a:link,
h1 a:active
h1 a:visited {
	font-size:36px;
	font-weight:700;
}

h3 {
	font-weight:300;
}

} /* end default media screen */