body
{
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f8f9fa;
	color: #333;
}

header
{
	background-color: #3a7bd5;
	color: white;
	padding: 20px 0;
	text-align: center;
}

main
{
	max-width: 800px;
	margin: 20px auto;
	padding: 0 20px;
}

.documents h2
{
	border-bottom: 2px solid #3a7bd5;
	padding-bottom: 10px;
}

.documents ul
{
	list-style: none;
	padding: 0;
}

.documents li
{
	margin: 10px 0;
}

.documents a
{
	text-decoration: none;
	color: #3a7bd5;
	font-weight: bold;
}

	.documents a:hover
	{
		text-decoration: underline;
	}

footer
{
	text-align: center;
	padding: 20px 0;
	background-color: #e9ecef;
	margin-top: 40px;
	color: #666;
}



section.ccr-doc
{
	font-family: 'Courier New', monospace;
}

	section.ccr-doc p.center
	{
		text-align: center;
	}

	section.ccr-doc p.witnesseth
	{
		letter-spacing: 1ch;
	}

table.owners-list
{
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

	table.owners-list th, table.owners-list td
	{
		border: 1px solid #ddd;
		padding: 8px;
		text-align: left;
	}

	table.owners-list th
	{
		background-color: #f2f2f2;
	}

	table.owners-list tr:nth-child(even)
	{
		background-color: #f9f9f9;
	}

input[type="text"], input[type="password"]
{
	font-size: 1.4em;
}

input[type="submit"],button[type="submit"]
{
	font-size: 1.4em;
}
