body,td{ 
   color: #2F5262;
	font: "calisto mt",georgia,times,sans-serif 12px; 
   background-color: #DDDDDD;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #5E94AB;
	scrollbar-track-color: #DDDDDD;
}

a         { text-decoration: none; font: 11px "calisto mt",georgia, times, sans-serif;}
a:link    { color: blue; background-color: transparent;}
a:visited { color: red;; background-color: transparent;}
a:hover   { color: green; background-color: #ffffcc;}
a:active  { color: black; background-color: transparent;}

.leftcontent {
  position: absolute;
  left:40px;
  top:56px;
  width:302px;
  padding:2%;
  background-color:#ddd;
  padding:2%;
  border: 2px outset;
}
.rightcontent {
  position: absolute;
  right:100px;
  top:56px;
  width:270px;
  background-image: url(Background/flora.gif);
  padding:2%;
  border: 2px outset;
  }
