<!--
/*	@Project:	Christchurch Studios Website
	@Filename:	master.css
	@Contact: 	webmaster@christchurchstudios.com
 	@Created: 	03:25 AM Monday, December 29, 2025
 	@Modified:	03:25 AM Monday, December 29, 2025

	The studio may be gone, but the spirit of Christchurch lives on.
*/

body {
	font-family: sans-serif;
	background: #0065BF url('/watermark.png') no-repeat bottom right 10px fixed;
}

p, ul, ol {
	margin: 0;
}

h1, h2, h3 {
	margin-bottom: 0;
}

h3 {
	margin-top: 10px;
}

hr {
	border: none;
	border-bottom: 1px solid #FFFFFF;
}

img {
	border: 2px solid #A62227;
	filter: drop-shadow(3px 3px #A6222780);
	margin: 10px;
}

-->