body {
 background-color:#5388FD;
 margin:1%;
 background-image:url(images/bkg.png);
}
div.header {
 width:100%;
 }
div.navbar {
 float:left;
 width:12em;
 }
ul.navbar {
 list-style-type:none;
 
 }
ul.navbar a {
 text-decoration:none;
 }
div.content {
 margin-left:12em;
 font-family:'Times New Roman',Times,serif;
 }
div.footer {
 width:100%;
 }

a img {
 border-style:none;
 }

div.content h1 {
 text-align:center;
 font-size:x-large;
 font-weight:normal;
 margin:auto;
 }

table.base {
 border-collapse:collapse;
 width:100%;
 }

table.base th {
 border:1px dotted black;
 }

table.base td {
 border:1px dotted black;
 }
