<!--
/*	@Project:	Christchurch Studios Website
	@Filename:	dirlist.css
	@Contact: 	webmaster@christchurchstudios.com
 	@Created: 	03:00 AM Friday, December 26, 2025
 	@Modified:	03:38 AM Monday, December 29, 2025

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

body {
	font-family: 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;
}

a, body { 
	color: #FFFFFF;
}

-->