body {
   background-color: #66ccff;
   font-family: arial, "lucida console", sans-serif;
}

table.topmenu {
   position: relative;
   left: 250px;
}

td.topmenu {
   background-color: #ffff00;
}

table.sidemenu {
  width: 150px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
}

a {
   text-decoration: none;
   color: #000070;
}

a.top {
	color: #ffff00;
}

a.fine {
   text-decoration: none;
   font-size: small;
   color: #000000;
}

img.header {
}

table.main {
  position: relative;
  top: 0px;
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

form.search {
  position: relative;
  top: 0px;
  left: 450px;
}

td.copy {
    font-size: small;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
}

td.fine {
    font-size: small;
}

div.center {
    margin-left: auto;
    margin-right: auto;
}