﻿@charset "utf-8";

#header {
  display: none;
}
ol {
  margin: -5px auto 5px -15px;
}
ol li {
  display: inline;
}
#content h2 {
  width: 730px;
  height: 90px;
  font-size: 1.7em;
  font-weight: bold;
  background: url(../img/logo3.gif) no-repeat;
  padding: 25px 0 0 90px;
}
table {
  width: 100%;
  font-size: 1.2em;
  border: solid 1px #888;
  padding: 0 10px;
}
th {
  color: #fff;
  background: #393;
  text-align: center;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 2px 10px;
}
td {
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  padding: 3px 10px;
}
.text {
  margin-bottom: 10px;
}
