html
{
	font-family: "Times New Roman", serif;
}

main>header
{
	margin-bottom: 0;
}

main>header h1
{
	font-size: 150%;
	color: black;
	border-left: solid 5px rgb(3,79,132);
}

main
{
	width: 100%;
}

main>nav
{
	display: none;
}
#box>section
{
	
}

#box>aside
{
	display: none;
}

#akmen
{
	display: none;
}

summary, details
{
	display: none;
}

main>footer p
{
	color: black;
}

#box>section th
{
	color: black;
	font-weight: bold;
}

#box>section td>a, #box>section td>a:visited
{
	color: brown;
	font-style: italic;
}