body {
	height: 100vh;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5%;
	margin-right: 5%;
}
h1 {
	text-align: center;
	color: #FFFF00;
	font-size: 2.0em;
	font-weight: bold;
}

h2 {
	text-align: left;
	font-size: 1.1em;
}


.header {
	background-color: #006600;
	}

.header_title{
	font-size:2em;
	font-weight: bold;
	color: #FFFF00;
	font-family: "Times New Roman", Times, serif;
	}

.static {
	color: #FFFF00;
	font-size: 1em;
}

.style1 {
	color: #006600;
	font-weight: normal;
}

a.menu:link {
	color: #FFFF00;
	text-decoration: none;
	font-size: 1em;
	padding: 0px 10px 0px 10px;
}
a.menu:visited {
	color: #FFFF00;
	font-size: 1em;
}
a.menu:hover {
	font-size: 1em;
	text-decoration: none;
	border-bottom-color: #FF00CC;
	border-width: 0px 0px 5px 5px;
	border-bottom-style: solid;
}
a.menu:active {
	color: #00FF00;
	font-size: 1em;
}

a.footer:link {
	color: #FFFF00;
	text-decoration: none;
}
a.footer:visited {
	color: #FFFF00;
}
a.footer:hover {
	 color: #00FF00;
	background-color: #006600;
}
a.footer:active {
	color: #FFFF00;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FFFF00;
	background-color: #006600;
}
a:active {
	color: #0000CC;
}

a.picture:link {
	color: #00FF00;
	text-decoration: none;
}
a.picture:visited {
	color: #FF0000;
}
a.picture:hover {
	color: #0000FF;
	background-color: #FFFFFF;
}
a.picture:active {
	color: #0000CC;
}
.pict-left {
	float: left;
	padding: 0px 20px 20px 0px;
}
.pict-right {
	float: right;
	padding: 20px 0px 20px 20px;
}
  .floating-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 190px;
	z-index: 100;
	position: fixed;
	top: 150px;
	right: 20px;
	background-color: #FFFFFF;
  }
a.floatmenu:link {
    color: green;
	text-decoration:none
 }
a.floatmenu:visited {
    color: green;
 }
a.floatmenu:hover {
    color: red;
 }
a.floatmenu:active {
    color: green;
 }
li {
	padding: 5Px;
}
	.footer {
	font-size:1em;
	 }
	.page_footer {
	font-size:0.8em;
	background-color: #006600;
	}
ul.list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
