body

{
	background-color: #ffffff;
	background-image: no-image;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 10%;
	}

{	margin: 0;
	padding: 0;
	}

	h1 {font-family: Sans-serif, arial, courier;}
	h2 {font-family: Sans-serif, arial, courier;}
	h3 {font-family: Sans-serif, arial, courier;}
	p {font-family: Sans-serif, arial, courier;}
	a {font-family: Sans-serif, arial, courier;}
	div {font-family: Sans-serif, arial, courier;}
	table {font-family: Sans-serif, arial, courier;}

	h1 {font-size: 4em;}
	h2 {font-size: 3em;}
	h3 {font-size: 2em;}
	p {font-size: 1em;}
	div {font-size: 0.98em;}
	table {font-size: 0.90em;}
	a {font-size: 1.0em;}

	a {text-decoration:none;}
	a:link {color: black; text-decoration:none;}
	a:visited {color: black; text-decoration:none;}
	a:hover {color: #92c0d7; text-decoration:none;}

	p {	
		position:absolute;
		top: 55%;
		left: 32.8%;
	}

	

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #ffffff;
  font-family: Sans-serif,
}

/* Links inside the navbar */
.navbar a {
  float: center;
  font-size: 16px;
  color: #7d7d7d;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: right;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #7d7d7d;
  padding: 12px 16px;
  background-color: #ffffff;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #ffffff;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #7d7d7d;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ffffff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

