@font-face {
	font-family: LubalinGraph;
	src: url(LubalinGraph.ttf);
}

.centerItem {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

body {
	letter-spacing: 1px;
	font-size: 14px;
	font-family: "Arial", Arial, san-serif;
}

select {
	font-family: "Arial", Arial, san-serif;
}

a.database{
	color: white;
}

table {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin: auto;
	border-collapse: collapse;
}

tr.header {
	text-align: left;
	color: white;
	background-color: rgb(14, 123, 167);
}

tr {
	text-align: left;
	color: white;
	background-color: rgb(114, 191, 229);
}

ul.navList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: white;
	overflow: auto;
	background-color: rgb(14, 123, 167);
}

ul.realList {
	list-style-type: circle;
	color: black;
	background-color: transparent;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

li.navList{
	float: left;
	text-decoration: none;
}

a{
	display: block;
	color: white;
	padding: 8px;
	text-decoration: none;
}

a:hover{
	background-color: rgb(114, 191, 229);
}

a:visited {
	text-decoration: none;
	color: white;
}

a.inLink {
	text-decoration: underline;
	color: black;
	display: inline;
}

a.inLink:hover {
	background-color: transparent;
}

.dropDown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.navList.drop {
	
}

.dropDown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropDown a:hover {
	background-color: #f1f1f1;
}

.drop:hover .dropDown {
    display: block;
}