
/*
 * style.css for bezier page.
 */

/* the main body. */
body {
    margin: 0px 0px 0px 0px;
    font-family: sans;
}

/* the main table. */
table.main {
    width: 100%;
}

/* the top table cell. */
td.top {
    background-color: rgb(220,220,220);
}

/* the border table row. */
tr.border {
    height: 1px;
}

/* the border table cell. */
td.border {
    height: 1px;
    background-color: rgb(127,127,127);
}

/* the main table row. */
tr.main {
    height: 100%;
}

/* the main table cell. */
td.main {
    height: 100%;
}

/* the main page section. */
div.main {
    padding-left: 8px;
}

/* content text section. */
p.content {
    font-size: 12px;
    margin-right: 45%
}

/* bold text section. */
p.bold {
    font-size: 12px;
    font-weight: bold;
    margin-right: 45%
}

/* image. */
img {
    border-color: rgb(0,0,0);
}

/* the horizontal rule. */
hr {
    width: 100%;
    height: 2px;
    border-style: solid;
    color: rgb(68,68,68);
}

/* list items. */
li {
    font-size: 12px;
}

code {
    vertical-align: top;
}

td.code {
    background-color: rgb(240,240,240);
    border: 1px solid rgb(161,161,161);
    padding: 8px 8px 8px 8px;
    vertical-align: top;
}
