/* news.css */
/* created 1st April 2020 */

body {
  width: 80%;
  background: #FFF;
  margin: auto;
  padding: 1px;
  min-width: 800px;
  border: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
  -webkit-text-size-adjust:none;
}

a { color:#47F; text-decoration: none; }
a:hover { color:#c68c53; text-decoration: none; }

h1 {
  font-weight: 600;
  font-size:40pt; 
  margin-block-start:0; 
  margin-block-end:0;
  margin: 16px 0 16px 0;
  -webkit-text-size-adjust:none;
}

#newsdate {
  float:right; 
  color:#AAA;  
  font-weight:normal;
}

.newsheader {
  background-color:none;
  border:none;
  font-weight: normal;
  font-size:40px;
  padding: 20px 0 20px 2px;
  border-bottom: 1px solid #777;
  -webkit-text-size-adjust:none;
}

.square {
  width: 32%;
  height: 315px;
  background-color: #555;
  border: none;
  padding:0px;
  text-align: center;
  vertical-align:center;
  margin:0.6%;
  float:left;
  background-position: top; 
  background-size:auto 239px;
  background-repeat: no-repeat;
  cursor:pointer;
}

.essaytitle {
  width:auto; 
  height:50px;
  background-color:#FFF; 
  margin-top:240px; 
  padding:10px 0 20px 0;
  text-align:left;
  font-size: 20pt;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}




