@charset "UTF-8";
/* CSS Document */

.dropbtn {
	color: #FFF;
	padding: 12px;
	font-size: 16px;
	border: 2px solid #000;
	cursor: pointer;
	font-weight: bold;
	border-radius: 8px;
	background-color: #0a1f58;
}

.dropbtn:hover, .dropbtn:focus {
	font-weight: bold;
	font-style: italic;
}

.dropdownjs {
    position: relative;
    display: inline-block;
	padding-top: 0px;
}

.dropdown-contentjs {
	display: none;
	position: absolute;
	min-width: 380px;
	overflow: hidden;
	border: 2px solid #000;
	color: #FFF;
	padding-top: 0px;
	background-color: #0a1f58;
}

.dropdown-contentjs a {
	color: #FFF;
    padding: 2px 2px;
    text-decoration: none;
    display: block;
	width: 380px;
}
.dropdownjs ul {
	top: 10px;
	width:250px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.dropdown-contentjs li {	
	font-family: Verdana, Geneva, san-serif;
	color: #FFF;
}



a:link {
	color: #9CF;
	text-decoration:none;
}
a:visited {
	color: #9CF;
	text-decoration:underline;
}
a:hover {
	color: #9CF;
	text-decoration:none;
	font-weight: bold;
}
a:active {
	color: #9CF;
	font-weight: bold;
	font-style: italic;
}
.active {
	font-weight:bold;
	font-style: italic;
}

.show {display:block;}

#nextpg {
	position: relative;
	background-color: #0a1f58;
	border: 2px solid #000;
	width: 150px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-radius: 8px;
	margin: auto;
	text-align:center;
	display: block;
	font-size: 16px;
	color: #9CF;
}
#nextpg h3 {
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}