body {
	width: 98%;
	min-width: 900px;
	max-width: 1050px;
	font-family: Times New Roman,Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 20px;
	margin: 0px auto ; 
	border: none;
	padding: 10px;
	}
	
#headerIMG{
	height: 225px;
	width: 100%;
}
#para{
	text-align:left;
}

nav.horizontalNAV{
	border: none;
	text-align: center;
}

nav.horizontalNAV ul{
	list-style: none;
	 background-color: #F5F5DC;
	
}

nav.horizontalNAV li {
	display: inline-block;
	border:none;
    border-radius: none;
	padding: 15px;
	
}


nav.horizontalNAV li a{
	text-decoration: none; 
	text-align:justify;
	font-size: 22px;
	color: #778899
	
}
nav.horizontalNAV a:link,a:visited{
	color: #778899;
}

nav.horizontalNAV a:hover,a:focus{
	color: blue;
}
nav.horizontalNAV a:active{
	color:purple;
}
.images{
	padding:8px;
	width:100px;
	height:115px;
	
	
}
.texts{
	height:130px;
	background-color:#F5F5DC;
	padding-bottom: 4px;
}
.fac{
	height:130px;
	background-color:#F5F5DC;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 4px;
}
table{
  width:100%;
}


nav.dataset_links ul{
	font-size: 20px;
	text-align: justify;
	
}
nav.dataset_links li a{
	text-decoration: none; 
	
}
nav.dataset_links a:link,a:visited{
	color: black;
	
}
nav.dataset_links a:hover,a:focus{
	color: blue;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 8%;
  padding: 0px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}


