@import "/fukt.css";

body	{
	color: black;
	background-color: white;
	}
a:link	{ color: olive; }
a:visited	{ color: olive; }
a:active	{ color: red }

h1, h2	{
	text-align: center;
	}

h2	{
	text-decoration: underline;
	font-weight: bold;
	}

h3, h4	{
	font-variant: small-caps;
	}

img	{
	vertical-align: bottom;
	}

.deleted, del	{ display: none; }
ins	{ text-decoration: none; }
