body {
  font-family: Arial;
  padding: 10px;
  background-color: #000;
  color: #0C0;
}

p {
    text-align: center;
}

Table
{
    FONT-SIZE: 10pt;
    COLOR: #0C0;
    Font-family: Arial;
}
/* Header/Blog Title */
#header {
  padding: 5px;
  text-align: center;
}

#header h1 {
  font-size: 50px;
}

/* Style the top navigation bar */
#topnav {
    margin-left: 30%;
    text-align: center;
    width: 40%;
  overflow: hidden;
}

/* Style the topnav links */
#topnav a {
    
  background-color: #030;
  float: left;
  display: block;
  color: #0c0;
  text-align: center;
  padding: 10px 6px;
  text-decoration: none;
}
#topnav .r {
  float: right;
}
/* Change color on hover */
#topnav a:hover {
  background-color: #0c0;
  color: #000;
}

#left {   
  float: left;
  width: 15%;
  height: 100%;
}
#midt {
    padding-top: 50px;
    float: left;
    width: 70%;
}

#midt h1 {
  text-align: center;
  font-size: 30px
}

#right .r {
    float:right;
}

#right {
  float: left;
  height: 100%;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
#footer {
  padding: 10px;
  text-align: center;
  background: #333;
  margin-top: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #333;
}

a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}

a.active {
  background-color: #666;
  color: white;
}

a hover:not(.active) {
  background-color: #ccc;
  color: white;
}