.fl_left {
float: left;
display: inline;
}

.fl_right {
float: right;
display: inline;
}

img {
  padding: 15px;
}

div#links {color: #000; background: #AAA;
   display: inline;
   text-align: center;
   font-size: 24px;
   }

table {
   width: 90%;
}

th {
   background-color: red;
   color: black;
   text-align: center;
}

tr {
   text-align: center;
}

table, th, td
{
border: 1px solid black;
}
