 body {
  background-image: url('images/BGL.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-size:20px;
  font-family:'verdana'; 
  color:white; 
  background-color:black;
    }
 
   a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: blue;
}
th, td {
  padding: 15px;
}
.nav {
  background-color: black; 
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 5px solid white;
}

.nav li {
  display: inline-block;
  font-size: 20px;
  padding: 20px;
}

.news
{
  background-color: black; 
  padding:40px; 
  border: 5px solid white; 
  margin: 0% 5%;
  font-size:20px;
  
}

.updatelog
{
background-color:black; 
padding:15px; 
border: 5px solid white; 
margin: 0% 10%; 
font-size: 20px;
}

.updatebox {
list-style-position: outside; 
list-style-type: square; 
font-family:'Courier New'; 
border: 1px solid white; 
padding: 30px; 
margin: 5px 10px;
width: auto;
height: 300px;
overflow: scroll;
font-size: 40px;
}
 
.centerimage
{
max-width:70%; 
height:auto;
} 

 @media only screen and (min-width: 985px) {
  body {  background: #000000 url("images/BGL.png") repeat-y right top;
  background-attachment: fixed; 
  background-size: cover;
  font-size:20px;
  font-family:'verdana'; 
  color:white; 
  background-color:black;
    }
 
   a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover {
  color: blue;
}

th, td {
  padding: 15px;
}

.nav {
  background-color: black; 
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 5px solid white;
}

.nav li {
  display: inline-block;
  font-size: 20px;
  padding: 20px;
}

.news {
  background-color: black; 
  padding: 20px 30px 30px 30px; 
  border: 5px solid white; 
  margin: 0% 20%;
}

.updatelog
{
background-color:black; 
padding:15px; 
border: 5px solid white; 
margin: 0% 25%; 
font-size: 20px;
}

.updatebox {
list-style-position: outside; 
list-style-type: square; 
font-family:'Courier New'; 
border: 1px solid white; 
padding: 5px 30px 10px; 
margin: 10px;
width: auto;
height: 300px;
overflow: scroll;
font-size: 20px;
}

.centerimage
{
max-width:50%; 
height:auto;
} }