﻿/* Dropdown Button */
.dropbtn {
	background-color: #0000FF;
	color: white;
	padding: 16px;
	font-size: small;   /*16px; */
	border: none; 
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position:  absolute;
  text-align: left;
  background-color: #f1f1f1;
  min-width: 250px; 
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover.dropbtn {background-color: #3e8e41;}


<style type="text/css">
.style1 {
	border-width: 0;
}
.style2 {
	border-style: solid;
	border-width: 0;
}
.style3 {
	text-align: center;
}
.style4 {
	text-align: center;
	font-size: x-large;
}

.style10 {
	text-align: center;
	font-size: x-small;
}
.style11 {
	font-size: large;
}
.style12 {
	text-align: center;
	font-size: x-small;
	background-color: #0000FF;
}
.style28 {
	border-top: 1px solid;
	text-align: center;
	font-size: large;
}
.style29 {
	text-align: center;
	font-size: small;
}
.style30 {
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	text-align: center;
	font-size: x-small;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.style31 {
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	text-align: center;
	font-size: x-small;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #CCCCCC;
}
.style32 {
	border-top: 1px solid;
	text-align: center;
	font-size: small;
}
.style33 {
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	text-align: center;
	font-size: large;
}
.style34 {
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	text-align: center;
	font-size: x-large;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.style35 {
	text-align: center;
	font-size: small;
	background-color: #FF0000;
}

.style36 {
	text-decoration: overline underline;
}

.style37 {
	text-decoration: none;
	color: #000000;
}
.style38 {
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	text-align: center;
	font-size: large;
}
.style39 {
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	text-align: center;
	font-size: large;
	background-color: #CCCCCC;
}
.style40 {
	text-align: center;
	font-size: x-small;
}
.style41 {
	text-align: center;
	font-size: x-small;
	background-color: #CCCCCC;
}
.style42 {
	border-top: 1px solid;
	text-align: center;
	font-size: x-small;
}
.style43 {
	border-top: 1px solid;
	text-align: center;
	font-size: x-small;
	background-color: #CCCCCC;
}
.style44 {
	font-size: xx-small;
}
.style45 {
	background-color: #00FFFF;
}
.style46 {
	text-decoration: overline underline;
	background-color: #FFFF00;
}
.style50 {
	border-top: 1px solid;
	text-align: center;
	font-size: large;
}
.style51 {
	border-top: 1px solid;
	border-left: 1px solid;
	text-align: center;
	font-size: small;
}
.style52 {
	border-top: 1px solid;
	text-align: center;
	font-size: small;
}
.style53 {
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	text-align: center;
	font-size: large;
}
.style54 {
	text-align: center;
	font-size: small;
}
.style55 {
	border-top: 1px solid;
	border-right: 1px solid;
	text-align: center;
	font-size: small;
	background-color: #CCCCCC;
}
.style56 {
	border-top: 1px solid;
	text-align: center;
	font-size: x-small;
	background-color: #CCCCCC;
}
.style57 {
	text-align: center;
	font-size: x-small;
	background-color: #CCCCCC;
}
.style58 {
	border-top: 1px solid;
	border-right: 1px solid;
	text-align: center;
	font-size: small;
}
.style59 {
	border-top: 1px solid;
	text-align: center;
	font-size: x-small;
}
.style60 {
	text-align: center;
	font-size: x-small;
}
</style>
