/* Stylesheet "Common" ... screen version */

@import url(base.css);

body {
  background-color: #bbd;
  color: #406;
}

h1 {
  color: #006;
}

h1 a:visited {
  color: #006;
}
h1 a:hover {
 color: #840;
}

.nb {
  color: #446;
}

/* menu appearance */
table.menu {
 text-align:center;
 background-color:#CCC;
 margin-bottom:-1px;
}
div.menu {
    margin-top:0pt;
    margin-bottom:3pt;
}

.back {
  font-size: smaller;
}

img.back {
 width: 16px;
 height: 16px;
}

.menu {

}

table.menu {
	width: 100%;
}

td.menu {
	width: 33%;
}