body {
	font-family: Times New Roman;
	background-color: bisque;
	}

div {
	font-size: 20px;
	margin: 0, 16, 8, 16;
	}

h1  {
	background-color: darksalmon;
	margin: 0,5,5,5;
	text-align: center;
	font-family: Times New Roman;
	color: brown;
	}

h2  {
	text-align: center;
	font-family: Times New Roman;
	color: brown;
	}

h3  {
	text-align: left;
	font-family: Times New Roman;
	color: brown;
	margin-left: 15px;
	}

h4 {
	margin-left: 30px;
	font-family: Times New Roman;
	font-weight: bold;
	}
.center {
	text-align: center;	
	}

table, td {
	background-color: linen;
	border: 1px solid black;
    border-collapse: collapse;
    margin: auto;
    width: 80%;
	text-align: left;
    padding-left: 5px;
	}

td {
	width: 20%;
	border: 1 px solid;
	border-color: black;
}

.indent {
	margin-left: 30px;
	}

.indent2 {
	margin-left: 45px;	
}

.indent3 {
	margin-left: 75px;
	text-indent: -30px;
	}

.indent4 {
	margin-left: 60px;
}

.tooltip {
  color: brown;
  font-style: italic;
  padding: 5px;
}

.tooltip .tooltiptext {
  display: none;
  position: static;
  width: 50%;
  min-width: 400px;
  border-radius: 6px;
  background-color: rgb(240, 240, 240);
  color: black;
  font-size: 20px;
  text-align: left;
  padding: 5px;
}

.tooltip:hover .tooltiptext {
  display: block;
}


.bi {
	color: brown;
	font-style: italic;
	}
.blue {
    color: blue;
    }
a:link{
	color: brown;
	text-decoration: none;
}

a:visited {
color: brown;	
}

a:hover {
font-weight: bold;	
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;	
	}

.def {
    text-align: left;
    width: 33.3%;
	padding-left: 30px;
	text-indent: -25px;
    vertical-align: top;
    }

.chart {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 800px;
    }

.grktext {
    color: blue;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
	margin-left: 75px;
	text-indent: -30px;
    line-height: 0.9;
    }

.grktext2 {
    color: blue;
    border: none;
    margin-bottom: 5px;
	margin-left: 75px;
    line-height: 0.9;
    }

.engtext {
    border: none;
    color: brown;
    margin-top: 5px;
	margin-left: 75px;
	text-indent: -30px;
	font-style: italic;
    line-height: 0.9;
    }

.engtext2 {
    border: none;
    color: brown;
    margin-top: 5px;
	margin-left: 75px;
	font-style: italic;
    line-height: 0.9;
    }

.notetext {
    color: black;
    border: none;
    margin-bottom: 10px;
	margin-left: 45px;
    line-height: 1;
    }

.quote {
    color: black;
    border: none;
    margin-bottom: 10px;
	margin-left: 65px;
    line-height: 1;
    }

.note{
    width: 80%;
    vertical-align: middle;
    line-height: 1;
    }

.gkwd {
    color: blue;
    width: 20%;
    vertical-align: middle;
    line-height: 1;
    }

.pic {
	float: left;
	margin: 1px 1px 8px 45px;
	border: 2px solid black;
    
    }
