body {
    background-color: #edf6ff;
    font-family: Arial, Helvetica, sans-serif;
	 font-size: 18px;
}
a:link {
	color: #3399ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3399ff;
}
a:hover {
	text-decoration: underline;
	color: #0099ff;
}
a:active {
	text-decoration: none;
	color: #3399ff;
}
p {
text-decoration: none;
color: #484848;
}
#navigation {
    background-color: #7288a6;
	 position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-options {
  display: none;
  position: static;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-options a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-options a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-options {display: block;}
.show {display:block;}
#pagefooter {
    background-color: #dce4ed;
}
