/* commons */
html,body {
 font-family: times, 'times new roman', serif;
}
body {
 margin: 0px;
}

/*   layout */
#maintable {
 width: 100%;
}
/* menu */
#logo {
 display: none;
 text-align: center;
}
#menubox {
 display: none;
 width: 150px;
 margin: 4px;
}

/* top */
#topbox {
 display: none;
 width: 590px;
 margin: 4px;
 padding: 4px;
}

/* content */
#content {
 width: 100%;
}
h1 {
 display: none;
}
#content h2 {
 margin: 0px;
 padding: 0px;
 padding-left: 10px;
 font-size: 26px;
 color: red;
}
#content h3 {
 margin: 0px;
 padding: 0px;
 padding-left: 7px;
 font-size: 20px;
 color: #ff6600;
}
#content p {
 font-family: times, 'times new roman', serif;
 font-size: 15px;
 line-height: 22px;
}
#content p a {
 text-decoration: underline;
 color: #000;
}
#content li a {
 text-decoration: underline;
 color: #000;
}
#content ol,li {
 font-family: times, 'times new roman', serif;
 font-size: 15px;
 line-height: 22px;
}
#content li {
 margin-top: 8px;
}

/* copyright */
#copyright {
 line-height: 30px;
 font-size: 11px;
 font-family: times, 'times new roman', serif;
 color: #aaa;
}