/* CSS Document */
body {
  margin:0px;
  background-color: #EEE;
}

body, input, textarea, select {
  font-family: verdana;
  font-size: small;
}

#menu a {
  color: #999;
  text-decoration: none;
}

.menu {
  float:left;
  margin-right: 5px;
  background-image: url(button.png);
  height:20px;
  width:200px;
  overflow:hidden;
  text-align: center;
}

#all, #menu {
  width:820px;
  margin:auto;
  background-color: #FFF;
}

#all {
  margin-top:1em;
  padding:1em;
  border: 1px #CCC solid;
}

#all a {
  color: #F70;
}

h2 {
  color: #377;
  border-bottom: #377 dotted 1px;
  margin-top:0.25em;
}

table {
  margin:auto;
}

th {
  vertical-align: top;
  width: 150px;
  text-align: left;
  font-weight: normal;
}

.clear {
  clear: both;
}

#pub {
  font-size:small;
  text-align: center;
  margin:auto;
  margin-top:1em;
}

#footer {
  font-size: small;
  color:#999;
  text-align: left center;
  margin-top: 0.5em;
  margin-bottom:1em;
}

#footer a {
  text-decoration: none;
  color:#999;
  font-style: italic;
}

img {
  border-width: 0px;
}