body {
	background-color: #222222;
	font-family: Cambria;
	margin: 0px;	
}

.mainmenu {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	background-color: #bbb;
}
.submenu {
	font-size: large;
	font-weight: bold;
	text-align: center;
	background-color: #bbb;
}

.divTable{
	display: table;
	width: 100%;
	text-align: center;
	margin: auto;

}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	display: table-header-group;
}
.divTableCell {
  	border: 0px solid #999999; /* set to 1 px to debug */
	display: table-cell;
}
.divTableCell a, .dropdown-content a {
	color: #01138F;
	text-decoration: none;
}
.divTableCell a:hover, .dropdown-content a:hover {
	text-decoration: underline;
}
.divTableBody {
	display: table-row-group;
}

blockquote {
    border-left: 2px solid #adadad;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	color: #adadad;
}


 /* Dropdown Button */
 .dropbtn {
    background-color: #bbb;
	color: #01138F;
    border: none;
	font-family: Cambria;
}

/* 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;
    background-color: #bbb;
    min-width: 150px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
}

/* 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: #bbb;
	text-decoration: underline;
}


.text {
	color: #FFFFFF;
	text-align: center;
	margin:auto;
}
.text a{
	color: #39F;
	text-decoration: none;
}

.text a:hover {
	text-decoration: underline;
	color: #39F;
}