﻿body {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-left: 8px;
	padding-right: 8px;
}

#wb-layout {
	align-content: center;
	margin: auto;
	max-width: 980px;
}

#wb-layout-header {
	position: relative;
	background-color: dodgerblue;
	clear: both;
	height: 220px;
	margin-top: 8px;
}

#wb-layout-header-image {
	position: absolute;
}

#wb-layout-header-text {
	position: absolute;
	left: 15px;
	top: 10px;
}

#wb-layout-header-name {
	color: white;
	font-size: 18pt;
}

#wb-layout-header-message {
	color: white;
	font-size: 12pt;
}

#wb-layout-topnav {
	background-color: lightgray;
	background: linear-gradient(white, lightgray);
	border: solid thin lightgray;
	border-radius: 7px;
	margin-top: 5px;
	padding: 8px 6px 8px 6px;
}

#wb-layout-topnav-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#wb-layout-topnav-list li {
	display: inline;
	font-size: 12pt;
	margin: 0.2em;
}

#wb-layout-topnav-list li a {
	color: lightslategray;
	padding: 0.2em 0.6em;
	text-decoration: none;
}

#wb-layout-topnav-list li a:hover {
	color: dodgerblue;
}

#wb-layout-body {
	clear: both;
	font-size: 12pt;
}

#wb-layout-body h1 {
	font-size: 18pt;
}

#wb-layout-body a {
	color: dodgerblue;
	text-decoration: none;
}

#wb-layout-footer {
	background-color: lightgray;
	background: linear-gradient(white, lightgray);
	border: solid thin lightgray;
	border-radius: 7px;
	clear: both;
	margin-top: 30px;
	padding: 0.7em;
}

#wb-layout-footer-text {
	color: lightslategray;
	font-size: 8pt;
}
