/* GLOWNE */

	html, body
	{
		width: 100%;
		height: 100%;

		margin: 0px;
		padding: 0px;

		background-color: rgb(255,255,255);
	}

	body
	{
		font-family: "Tahoma", sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: rgb(0,0,0);

		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;

		text-align: center;
	}

/* LAYOUT */

	a, a:link, a:visited, a:active
	{
		color: rgb(0,84,127);
		text-decoration: underline;
	}

	a:hover
	{
		color: rgb(0,175,173);
		text-decoration: underline;
	}

