body {font-size:100%;font-family:"Times New Roman";text-align:left; background-color:black}
A:link {font-size:1em;text-decoration:underline;}
A:visited {font-size:1em;text-decoration:underline;color:#8855ff}
A:hover {font-size:1em;text-decoration:underline;color:red}
h1 {font-family: "Times New Roman,Times",serif;line-height: 50% }
h2 {font-family: "Times New Roman,Times",serif;line-height: 50% }
td.big {font-size: large;}
tr.mouseover { background-color: #00ff00; }
tr.mouseover:hover { background-color: #E2E2E2; }
p.foot {font-size : 0.8em; font-style: italic;}

.show-date {
  float:right;
  margin-left:10px;
  padding:15px 55px 0;
  position:relative;
}
.show-date .date {
  font-size : 0.8em; font-style : italic;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  display:block;
  position:absolute;
  right:-55px;
  top:73px;
}
<!--[if IE]>
	.example-date .example-year {
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		right:-55px; top:73px;
		}
<![endif]-->


#left {
  position : absolute;
  top : 0px;
  left : 3px;
  width : 150px;
  height : 505px;
  margin-left : 0px;
  margin-top : 0px;
  border: medium double;
  background-color: #00FF00;
  background-repeat: repeat;
  padding: 10px 3px 3px 3px;
}

#longleft {
  position : absolute;
  top : 0px;
  left : 3px;
  width : 160px;
  height : 1720px;
  margin-left : 0px;
  margin-top : 0px;
  border: medium double;
  background-image: url('greengradient.jpg');
  background-repeat: repeat;
  padding: 10px 3px 3px 3px;
}

#top {
  position : absolute;
  top   : 0px;
  left  : 165px;
  width : 950px;
  height: 100px;
  border: medium double  #330033;
  color : #000000;
  padding : 3px;
  background-color: #aaddaa;
}
#middle {
  position : absolute;
  top   : 111px;
  left  : 164px;
  width : 940px;
  height: 400px;
  border: medium double  #330033;
  color : #000000;
  padding : 3px;
  background-color: #ffddaa;
}

#longmiddle {
  position : absolute;
  top   : 111px;
  left  : 174px;
  width : 940px;
  height : 1617px;
  border: medium double  #330033;
  color : #000000;
  padding : 3px;
  overflow : auto;
  background-color: #ffddaa;
}
