.menu
{
	position: fixed;
	width: 100%;
	top: 0;
	background: white;
	font-size: 20px;
	height: 90px;
	border-bottom: 1px solid black;
}

.sepa
{
	width: 20px;
	font-weight: bold;
}

.article
{
	padding-top: 90px;
	height: 800px;
	text-align: center;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-image: linear-gradient(to bottom, white, lightblue);
	border-image-slice: 1;
}

body
{
	font-family: Verdana, sans-serif;
	font-size: 20px;
	color: black;
}

a
{
	text-decoration: none;
	color: black; cursor: pointer;
}

a:hover
{
	color: grey;
}

td
{
	text-align: center;
}
