body {
  background-color: #000000;
  
  margin-top: 35px;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 0;
  
  padding: 0px 0px 0px 0px;
  font-family: Arial black;
  text-align: center;
  /*color: #4D4E4F;
  background-image: linear-gradient(to right, #E0FEF1, #E8E0FE);
  */
}
html {

}
h1 {

	color: Gray;
}
.mainTitle {
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 100px;
  font-size: 50px;
}

#currentFact {
  margin-top: 100px;
  font-size: 50px;

}

ul.taskBar {
  list-style-type: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow: hidden;
  background-image: linear-gradient(#8D1D1D,#000000);
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: +1;

}
li.currentPage {
  background-color:  #000000;
  float: left;
}
li.barLeft {
  float: left;
}
li.barRight {
  float: right;
}
li.barCenter {
  float: center;
}

li.date {
 display: block;
  height: 8px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  float: right;
}

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

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #FEBA61;
}
.pubLink{

  color: black;
  padding: 0px 0px ;
  height: 0px;
  display: inline;
}

.rightSide {
float: right;
margin-right: 140px;
margin-left: 80px;
margin-top: 70px;

}
.firstHeader {
  margin-top: 100px;
  text-align: center;
}
.header2 {
  text-align: center;
}
.leftSide {
  text-align: left;
  margin-left: 140px;
  margin-right: 500px;
}
.PubList {
text-align: left;
margin-left: 20px;

}
.articles {
  color: #4D4E4F;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 30px;
text-align: left;
}
.listItem {
    margin-bottom: 5px;
    color: #FFFFFF;
}
p {
  color: #FFFFFF;}
