body
{
	color:black;
	background-color: #ccb;
	line-height: 1.4em;
	margin: 2em;
	max-width: 750px
}

a:link, a:active
{
	color: #338;
	text-decoration: none;
	font-size: 105%
}

a:hover, a:active
{
	text-decoration: underline;
}

.post img,
.gallery img
{
	max-width: 100%;
	image-orientation: from-image
}

@media (prefers-color-scheme: dark)
{
	body { background-color: #fff }
}
