form {
    display: inline;
    margin: 0;
}
body,p,table {
    background-color : #fafafa;
    color : black;
    font-family : Arial, Helvetica, sans-serif;
}
pre,code,tt {
    font-family : monospace;
}
h1 {
    font-size : 18px;
}
h2 {
    font-size : 16px;
}
a:link,a:hover {
    color : blue;
}
a:active {
    color : red;
}
a:visited {
    color : fuchsia;
}
div.main {
    width:54em;
    position:relative;
}
div.text {
    width:35em;
    float:left;
}
div.text div {
    text-align: justify;
}
div.search {
    width:18em;
    float:left;
    margin: 4px;
}
div.search div.search_segment {
    border : 1px dashed Black;
    padding: 6px;
    margin: 4px;
}
div.links {
    clear:both;
}
div.email_form {
    clear:both;
}
div.email_form td {
    padding-top: 4px;
}
div.email_form div.row {
    clear: both;
    padding-top: 4px;
}
div.email_form div.row span.label {
    float: left;
    width: 13em;
    text-align: right;
    margin-right:0.5em;
}
div.email_form div.row span.formw {
    float: left;
    width: 40%;
    text-align: left;
}
div.email_form div.row span.formw input#name, div.email_form div.row span.formw input#email, div.email_form div.row span.formw input#kaptcha, div.email_form div.row span.formw textarea#body {
    border:1px solid black;
    padding:4px;
    width:260px;
    background-color: #b0b0c0;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    color: Black;
    Font-Weight: normal;
}
ul.links {
    line-height:150%;
}
table.rhs {
    background-color : #fafafa;
    border : 1px dashed Black;
    margin-left : 6px;
    margin-right : 2px;
    margin-top : 2px;
    min-height : 2px;
}
td.mlisp {
    background-color : #dfdfdf;
    color : black;
    border : 3px outset blue;
    font-weight : bolder;
    font-family : Arial, Helvetica, sans-serif;
    text-align : center;
}
a.mlisp:visited,a.mlisp:link,a.mlisp:hover {
    color : black;
}
a.mlisp:active {
    color : red;
}


