﻿body {
  margin: 0;
  padding: 0;
  background:silver;
}
#top {
  margin: 20px;
  padding: 10px;
  background: silver;
  color: white;
  height: 80px;
}
#left {
  position: absolute;
  left: 10px;
  top: 140px;
  width: 110px;
  background: #555555;
  color: maroon;
  text-align: center;
}
#center {
  margin-left: 120px;
  margin-right: 175px;
  padding: 2%;
  border: inset;
  background: black;
  color:yellow;
}

#right {
	position: absolute;
	right: 10px;
	top: 140px;
	width: 160px;
	color:maroon;
	height: 21px;
}
#footer {
  background: black;
  color: yellow;
  margin: 20px;
  text-align: center;
  visibility: hidden;
}
p {
  font: 15px, verdana; arial;"sans serif";
}
.dropcap{
   font-size: 1.5em;
   font-family: verdana; arial; "sans serif";
   float: left;
   padding-right: 2px;
}
/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
a{
   color:yellow;
   text-decoration: none;
   background-color: transparent;
}
h2{
   background: #555555; 
   text-align: center;
   color: yellow;
   }
ul{
   font: 20px, "times new roman, serif";
  color: black;
}
ol{
   font: 20px, "times new roman, serif";
  color: black;
}
i {
  color: white;
}
table{
  border:1px solid black;
}
td{
  border: 1px solid black;
  padding: 4px, 6 px;
}
