    <style type="text/css" media="screen">
  * {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  body, html {
	color: black;
    background-color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 12pt;
	align: left;
    text-align: left;
  }
  
	a:link, a:visited {
		color: black;
		text-align: left;
		text-decoration: none;
		display: inline-block;
	}
	
	a:hover {
		color: #4e98c5;
	}
	
	.content {
	max-width: 860px;
	margin: auto;
	}

  div.main_page {
    position: relative;
    display: table;

    width: 800px;

    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;

    border-width: 2px;
    border-color: #212738;
    border-style: solid;

	color: black;
    background-color: #d5edff;

    text-align: center;
  }
  
  div.content-table {
		width:100%;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
  }
  
  div.content-table img {
  
  border: 0;
  max-width: 300px;
  max-height: 400px;
  padding: 2px 2px 2px 2px;
  
  }
  
  div.content-table a:link, a:visited {
	
	color: #0daf63;
	}
	
  div.content-table a:hover {
		color: #ffffff;
		background-color: #0daf63;
	}

  div.page_header {
    height: 99px;
    width: 100%;
    background-color: #d5edff;
  }
  
  .title-text {
	font-size: 70px;
	color: #4e98c5;
	background-color: #d5edff;
  }
  
  div.section_header {
	color: #7f87a9;
    background-color: #ffffff;
	text-align: center;
	font-size: 30px;
	width: 100%;
	margin-left: auto; margin-right: auto;
  }

    div.section_header table{
		height: 50px;
	}
  
  div.section_header a:link, a:visited {
	text-align: center;
	padding: 0px 0px 0px 40px;
	}

  div.section_header a:hover {
		color: #0daf63;
	}
  
  div.section_menu_blue {
    background-color: #4e98c5;
	text-align: right;
  }
  
  div.section_footer_grey {
	margin-top: 15px;
	padding: 30px 0px 30px 0px;
    background-color: #eaedef;
	text-align: center;
	}
  
  div.section_footer_dark_grey {
	color: #969696;
	padding: 0px 0px 30px 0px;
    background-color: #2d2d2d;
	line-height: 2;
	text-align: center;
	}

	div.section_footer_dark_grey  a:link, a:visited {
      width: 100%; height: 100%;
	  color: #969696;
	}

	div.section_footer_dark_grey a:hover {
		color: #ffffff;
	}
	
    <!-- < per style> -->
  <!-- DROPDOWN MENU -->
  
  .dropbtn {
	background-color: #0daf63;
	color: white;
	font-size: 12px;
	}

	.dropdown {
	position: relative;
	display: inline-block;
	}

	.dropdown-2 {
	position: relative;
	display: inline-block;
	}

	.dropdown-content {
	font-size: 24px;
	display: none;
	position: absolute;
	background-color: #0daf63;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	}

	.dropdown-content-2 {
	margin-left: 103px;
	margin-top: -48px;
	display: none;
	position: absolute;
	background-color: #0daf63;
	box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.8);
	z-index: 1;
	}


	.dropdown-content a {
		color: #ffffff;
		padding: 10px 0px 10px 5px;
		text-decoration: none;
		display: block;
	}

	.dropdown-content-2 a {
		padding: 10px 10px 10px 5px;
	}

.dropdown-content a:hover {color: #0daf63; background-color: #ffffff;}
.dropdown-content-2 a:hover {color: #0daf63; background-color: #ffffff;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown-2:hover .dropdown-content-2 {display: block;}
  
    </style>