body { 
  background-color: #3399FF;
    background-image: url("https://members.tripod.com/thesuperbat/profile.jpg");
  background-position: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: small;
  font-size: 100%;
  color: #ffffff; 
  margin: 0px;
}
#everything {
width: 800px;
padding-top: 10px;
padding-bottom: 10px;
  background-image: url("https://members.tripod.com/thesuperbat/profile.jpg");
  background-position: center;
margin-left: auto;
margin-right: auto;

}
header {
  border: 1px solid black;
  background-color: #66CCFF;
  text-align: center;
  padding-top: 50px;
  height: 108px;
}
#maindata {
  background: #66CCFF;
  border: 1px solid black;

  font-size: 115%;
  padding: 15px;
  margin: 10px 0px 0px 0px;
  height: 400px;
  width: 500px;
  float: right;
  overflow-y:scroll;
}
aside {
  background: #66CCFF;
  border: 1px solid black;

  font-size: 85%;
  padding: 15px;
  margin: 10px 0px 10px 0px;
  height: 400px;
  width: 180px;
  float: left;
  
}
#profiles{
  background: #66CCFF;
  border: 1px solid black;
  text-align: center;
  font-size: 115%;
  padding: 15px;
  margin: 10px 0px 0px 0px;
  height: 400px;
  width: 500px;
  float: right;
  overflow-y:scroll
}
footer {
  background-color: #66CCFF;
  border: 1px solid black;

  color:  #000000;
  text-align: center;
  padding: 15px;
  font-size: 70%;
  clear: left;
}
table{
	border: 1px dashed gray;

}
table.archives{
	border: thin solid gray;
	border-collapse: collapse;
}
th#th_archives{
	background-color: #0099FF;
}
td, th{
	border: thin gray dotted;
	padding: 1px;
}
li.profiles{
	list-style-type: none;
	display: inline;
	font-size: 50%;


}
.clear {
   clear: left; }
}

}
li.navigation{
    list-style-type: none;
}
a:link {
  text-decoration: none;
  color: #3D7A99;
}

a:visited {
    text-decoration: none;
	color: #3D7A99;
}

a:hover {
    text-decoration: none;
	background-color: #B1CAD6;
}

a:active {
    text-decoration: none;
	background-color: #3D7A99;
}

