body
{
	font-family: 'Montserrat', san-serif;
	/*background-image: url("../images/background_Aqua.jpg");*/
	background-size: cover;
	background-color: #ffffff;	/* #3f6c7d;*/
	color: black;
	padding-left: 1em;
	padding-right: 1em;
}


table th,table td
{
	text-align: left;
}

table th
{
	font-size: 115%;
	padding-bottom: 0.25em;
}

table tr th:first-child, table tr td:first-child
{
	width: 7em;
}

table.links
{
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

table.links td
{
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	overflow: hidden;
}

a
{
	text-decoration: none;
	color: #cf821d;
}

h1
{
	text-align: center;
	margin-top: 1em;
	line-height: 1em;
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	color: #73b6f5;
}

h1 span
{
	color: rgba(255,255,255,0.8);
	font-size: 0.55em;
}

h3
{
	font-weight: bold;
	color: #40a82e;
}

.page-content
{
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#footer
{
	margin-top: 1em;
	text-align: center;
}

#footer span
{
	opacity: 0.5;
}