html
	{
	font-family: "Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;
	}

body
	{
	background-color: #212121;
	margin: 0;
	padding: 0;
	}

div
	{
	margin: 0 auto;
	max-width: 70ch;
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom: 30px;
	}

img.logo	
	{
	border-radius: 0.625em;
	max-width: 100%;
	height: auto;
	margin-top: 8px;
	}

h1
	{
	font-size: 2.5em;
	color: #46c3c8;
	}

h2.index
	{
	font-size: 1.875em;
	color: #46c3c8;
	margin-bottom: 30px;
	}

h2.rubrik
	{
	font-size: 1.875em;
	color: #46c3c8;
	margin-bottom: 0px;
	}

p.small
	{
	font-size: 0.85em;
	color: #909090;
	margin-top: 5px;
	margin-bottom: 30px;
	}

p.smallindex
	{
	font-size: 0.85em;
	color: #909090;
	margin-top: 5px;
	margin-bottom: 20px;
	}

h3
	{
	font-size: 1.30em;
	color: #46c3c8;
	margin-bottom: 30px;
	}

p.text
	{
	text-indent: 1em;
	line-height: 1.6;
	letter-spacing: 0.03em;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 1.15em;
	color: #E8E8E8;
	}

p.dikt
	{
	line-height: 1.6;
	letter-spacing: 0.03em;
	margin-top: 0em;
	margin-bottom: 30px;
	font-size: 1.15em;
	color: #E8E8E8;
	}

a	{
	max-width: 70ch;
	color: #46c3c8;
	font-size: 1.20em;
	}

a:link
	{
        color: #46c3c8;
	text-decoration: none;
        }

a:visited
	{
        color: #46c3c8;
	text-decoration: none;
        }

a:hover
	{
        color: #bcccdc;
        text-decoration: underline;
        }

a:active
	{
        color: #46c3c8;
	text-decoration: underline;
        }

hr	{
	max-width: 70ch;
	border: 0;
	background-color: #708090;
	height: 2px;
	margin-top: 30px;
	margin-bottom: 10px;
	}

table
	{
	width: 100%;
	border: 0px;
	}
	