@charset "utf-8";

body{
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    /*
    font-family: "Arial";
    */
}
.header{
    margin-top: 10px;
    height: 100px;
    text-align: center;
!    background-color: #eee;
!    background-color: white;
}
.globalNavigation{
    height: 50px;
    text-align: left;
!    background-color: #888;
!    color: #fff;

}
main{
    min-height: 100vh;
    display: flex;
!    margin-top: 10px;
    margin: 10px 0 10px 0;
}
.content{
    flex: 1;
!    background-color: #eee;
    text-align: left;
    margin-left: 10px;
}

.localNavigation{
    width: 200px;
    text-align: left;
!    background-color: #888;
!    color: #fff;
}
.footer{
    height: 150px;
    text-align: center;
!    background-color: #eee;
}
space{
     margin-left: 20px;
}
a {
	color: black;
	text-decoration: none;
}
h2 {
	position: relative;
	color: black;
	font-size: 1.3em;
!	background: #d0ecff;
!	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 2em 0 0.5 em;
!	border-radius: 0 5px 5px 5px;
	border-left: 10px solid gray;
	border-bottom: 1px solid gray;
	
}
h3 {
	position: relative;
	color: black;
	font-size: 1em;
	line-height: 1.;
}